Html Css Color HEX #916D06 Golden Brown

📋 copy color: '#916D06'

red 145 ◦ green 109 ◦ blue 6

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

Shades of Golden Brown #916D06

Tints of Golden Brown #916D06

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.92%

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

R = 55.77%
G = 41.92%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#916D06 (or 0x916D06) is known color: Golden Brown. HEX triplet: 91, 6D and 06. RGB value is (145,109,6). Sum of RGB (Red+Green+Blue) = 145+109+6=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #916D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916D06 is #6E92F9. Grayscale: #6C6C6C. Windows color (decimal): -7246586 or 421265. OLE color: 421265.

HSL color Cylindrical-coordinate representation of color #916D06: hue angle of 44.46º 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 #916D06 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 109 6 -
CMYK 0 0.25 0.96 0.43
HSL 44.46º 0.92% 0.3% -
HSV(B) 44.46º 0.96% 0.57% -
XYZ 17.18 16.97 2.54 -
YUV 108.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 145 109 6 0 0.25 0.96 0.43 44.46 0.92 0.3
Hex 91 6D 6 0 19 60 2B 2C 5C 1E
Octal 221 155 6 0 31 140 53 54 134 36
Binary 10010001 1101101 110 0 11001 1100000 101011 101100 1011100 11110

Color Harmonies of #916D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916D06

Black with #916D06

Text Example


Text Example

White with #916D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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