Html Css Color HEX #906F10 Golden Brown

📋 copy color: '#906F10'

red 144 ◦ green 111 ◦ blue 16

#906F10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #906F10

Tints of Golden Brown #906F10

RGB

 RED value IS 144 (56.64% from 255) = 53.14%

 GREEN value IS 111 (43.75% from 255) = 40.96%

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 53.14%
G = 40.96%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#906F10 (or 0x906F10) is known color: Golden Brown. HEX triplet: 90, 6F and 10. RGB value is (144,111,16). Sum of RGB (Red+Green+Blue) = 144+111+16=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #906F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906F10 is #6F90EF. Grayscale: #6E6E6E. Windows color (decimal): -7311600 or 1077136. OLE color: 1077136.

HSL color Cylindrical-coordinate representation of color #906F10: hue angle of 44.53º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #906F10 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 111 16 -
CMYK 0 0.23 0.89 0.44
HSL 44.53º 0.8% 0.31% -
HSV(B) 44.53º 0.89% 0.56% -
XYZ 17.28 17.34 2.93 -
YUV 110.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 144 111 16 0 0.23 0.89 0.44 44.53 0.8 0.31
Hex 90 6F 10 0 17 59 2C 2D 50 1F
Octal 220 157 20 0 27 131 54 55 120 37
Binary 10010000 1101111 10000 0 10111 1011001 101100 101101 1010000 11111

Color Harmonies of #906F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906F10

Black with #906F10

Text Example


Text Example

White with #906F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906F10; }

 p { color: rgb(144,111,16); }

 H1.HeaderClassName
 {
   color: #906F10;
 }
 .AnyTagClassName
 {
   color: #906F10;
 }
</style>

background-color css

<style>
 a { background-color: #906F10; }

 a { background-color: rgb(144,111,16); }

 div.DivClassName
 {
   background-color: #906F10;
 }
 .BgClassName
 {
   background-color: #906F10;
 }
</style>

border-color css

<style>
 span { border-color: #906F10; }

 span { border-color: rgb(144,111,16); }

 td.TdClassName
 {
   border-color: #906F10;
 }
 .TagClassName
 {
   border-color: #906F10;
 }
</style>