Html Css Color HEX #906C10 Golden Brown

📋 copy color: '#906C10'

red 144 ◦ green 108 ◦ blue 16

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

Shades of Golden Brown #906C10

Tints of Golden Brown #906C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.3%

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

R = 53.73%
G = 40.3%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#906C10 (or 0x906C10) is known color: Golden Brown. HEX triplet: 90, 6C and 10. RGB value is (144,108,16). Sum of RGB (Red+Green+Blue) = 144+108+16=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #906C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906C10 is #6F93EF. Grayscale: #6C6C6C. Windows color (decimal): -7312368 or 1076368. OLE color: 1076368.

HSL color Cylindrical-coordinate representation of color #906C10: hue angle of 43.12º 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 #906C10 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 108 16 -
CMYK 0 0.25 0.89 0.44
HSL 43.13º 0.8% 0.31% -
HSV(B) 43.13º 0.89% 0.56% -
XYZ 16.96 16.69 2.82 -
YUV 108.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 144 108 16 0 0.25 0.89 0.44 43.13 0.8 0.31
Hex 90 6C 10 0 19 59 2C 2B 50 1F
Octal 220 154 20 0 31 131 54 53 120 37
Binary 10010000 1101100 10000 0 11001 1011001 101100 101011 1010000 11111

Color Harmonies of #906C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906C10

Black with #906C10

Text Example


Text Example

White with #906C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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