Html Css Color HEX #956806 Golden Brown

📋 copy color: '#956806'

red 149 ◦ green 104 ◦ blue 6

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

Shades of Golden Brown #956806

Tints of Golden Brown #956806

RGB

 RED value IS 149 (58.59% from 255) = 57.53%

 GREEN value IS 104 (41.02% from 255) = 40.15%

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

R = 57.53%
G = 40.15%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#956806 (or 0x956806) is known color: Golden Brown. HEX triplet: 95, 68 and 06. RGB value is (149,104,6). Sum of RGB (Red+Green+Blue) = 149+104+6=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #956806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956806 is #6A97F9. Grayscale: #6A6A6A. Windows color (decimal): -6985722 or 419989. OLE color: 419989.

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

Color convert

RGB 149 104 6 -
CMYK 0 0.30 0.96 0.42
HSL 41.12º 0.92% 0.3% -
HSV(B) 41.12º 0.96% 0.58% -
XYZ 17.38 16.3 2.4 -
YUV 106.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 149 104 6 0 0.30 0.96 0.42 41.12 0.92 0.3
Hex 95 68 6 0 1E 60 2A 29 5C 1E
Octal 225 150 6 0 36 140 52 51 134 36
Binary 10010101 1101000 110 0 11110 1100000 101010 101001 1011100 11110

Color Harmonies of #956806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956806

Black with #956806

Text Example


Text Example

White with #956806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956806; }

 p { color: rgb(149,104,6); }

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

background-color css

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

 a { background-color: rgb(149,104,6); }

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

border-color css

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

 span { border-color: rgb(149,104,6); }

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