Html Css Color HEX #906F12 Golden Brown

📋 copy color: '#906F12'

red 144 ◦ green 111 ◦ blue 18

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

Shades of Golden Brown #906F12

Tints of Golden Brown #906F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 52.75%
G = 40.66%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#906F12 (or 0x906F12) is known color: Golden Brown. HEX triplet: 90, 6F and 12. RGB value is (144,111,18). Sum of RGB (Red+Green+Blue) = 144+111+18=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #906F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906F12 is #6F90ED. Grayscale: #6E6E6E. Windows color (decimal): -7311598 or 1208208. OLE color: 1208208.

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

Color convert

RGB 144 111 18 -
CMYK 0 0.23 0.88 0.44
HSL 44.29º 0.78% 0.32% -
HSV(B) 44.29º 0.88% 0.56% -
XYZ 17.3 17.34 3.01 -
YUV 110.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 144 111 18 0 0.23 0.88 0.44 44.29 0.78 0.32
Hex 90 6F 12 0 17 58 2C 2C 4E 20
Octal 220 157 22 0 27 130 54 54 116 40
Binary 10010000 1101111 10010 0 10111 1011000 101100 101100 1001110 100000

Color Harmonies of #906F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906F12

Black with #906F12

Text Example


Text Example

White with #906F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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