Html Css Color HEX #906F18 Golden Brown

📋 copy color: '#906F18'

red 144 ◦ green 111 ◦ blue 24

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

Shades of Golden Brown #906F18

Tints of Golden Brown #906F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.6%

R = 51.61%
G = 39.78%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#906F18 (or 0x906F18) is known color: Golden Brown. HEX triplet: 90, 6F and 18. RGB value is (144,111,24). Sum of RGB (Red+Green+Blue) = 144+111+24=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #906F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906F18 is #6F90E7. Grayscale: #6F6F6F. Windows color (decimal): -7311592 or 1601424. OLE color: 1601424.

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

Color convert

RGB 144 111 24 -
CMYK 0 0.23 0.83 0.44
HSL 43.5º 0.71% 0.33% -
HSV(B) 43.5º 0.83% 0.56% -
XYZ 17.35 17.36 3.3 -
YUV 110.95 78.93 151.57 -
System Red Green Blue C M Y K H S L
Decimal 144 111 24 0 0.23 0.83 0.44 43.5 0.71 0.33
Hex 90 6F 18 0 17 53 2C 2C 47 21
Octal 220 157 30 0 27 123 54 54 107 41
Binary 10010000 1101111 11000 0 10111 1010011 101100 101100 1000111 100001

Color Harmonies of #906F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906F18

Black with #906F18

Text Example


Text Example

White with #906F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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