Html Css Color HEX #917006 Golden Brown

📋 copy color: '#917006'

red 145 ◦ green 112 ◦ blue 6

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

Shades of Golden Brown #917006

Tints of Golden Brown #917006

RGB

 RED value IS 145 (57.03% from 255) = 55.13%

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 6 (2.73% from 255) = 2.28%

R = 55.13%
G = 42.59%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#917006 (or 0x917006) is known color: Golden Brown. HEX triplet: 91, 70 and 06. RGB value is (145,112,6). Sum of RGB (Red+Green+Blue) = 145+112+6=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #917006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917006 is #6E8FF9. Grayscale: #6E6E6E. Windows color (decimal): -7245818 or 422033. OLE color: 422033.

HSL color Cylindrical-coordinate representation of color #917006: hue angle of 45.76º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #917006 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 112 6 -
CMYK 0 0.23 0.96 0.43
HSL 45.76º 0.92% 0.3% -
HSV(B) 45.76º 0.96% 0.57% -
XYZ 17.5 17.62 2.65 -
YUV 109.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 145 112 6 0 0.23 0.96 0.43 45.76 0.92 0.3
Hex 91 70 6 0 17 60 2B 2E 5C 1E
Octal 221 160 6 0 27 140 53 56 134 36
Binary 10010001 1110000 110 0 10111 1100000 101011 101110 1011100 11110

Color Harmonies of #917006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917006

Black with #917006

Text Example


Text Example

White with #917006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917006; }

 p { color: rgb(145,112,6); }

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

background-color css

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

 a { background-color: rgb(145,112,6); }

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

border-color css

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

 span { border-color: rgb(145,112,6); }

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