Html Css Color HEX #916906 Golden Brown

📋 copy color: '#916906'

red 145 ◦ green 105 ◦ blue 6

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

Shades of Golden Brown #916906

Tints of Golden Brown #916906

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

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

R = 56.64%
G = 41.02%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#916906 (or 0x916906) is known color: Golden Brown. HEX triplet: 91, 69 and 06. RGB value is (145,105,6). Sum of RGB (Red+Green+Blue) = 145+105+6=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #916906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916906 is #6E96F9. Grayscale: #6A6A6A. Windows color (decimal): -7247610 or 420241. OLE color: 420241.

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

Color convert

RGB 145 105 6 -
CMYK 0 0.28 0.96 0.43
HSL 42.73º 0.92% 0.3% -
HSV(B) 42.73º 0.96% 0.57% -
XYZ 16.76 16.14 2.4 -
YUV 105.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 145 105 6 0 0.28 0.96 0.43 42.73 0.92 0.3
Hex 91 69 6 0 1C 60 2B 2B 5C 1E
Octal 221 151 6 0 34 140 53 53 134 36
Binary 10010001 1101001 110 0 11100 1100000 101011 101011 1011100 11110

Color Harmonies of #916906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916906

Black with #916906

Text Example


Text Example

White with #916906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916906; }

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

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

background-color css

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

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

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

border-color css

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

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

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