Html Css Color HEX #956006 Golden Brown

📋 copy color: '#956006'

red 149 ◦ green 96 ◦ blue 6

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

Shades of Golden Brown #956006

Tints of Golden Brown #956006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.25%

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

R = 59.36%
G = 38.25%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#956006 (or 0x956006) is known color: Golden Brown. HEX triplet: 95, 60 and 06. RGB value is (149,96,6). Sum of RGB (Red+Green+Blue) = 149+96+6=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #956006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956006 is #6A9FF9. Grayscale: #666666. Windows color (decimal): -6987770 or 417941. OLE color: 417941.

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

Color convert

RGB 149 96 6 -
CMYK 0 0.36 0.96 0.42
HSL 37.76º 0.92% 0.3% -
HSV(B) 37.76º 0.96% 0.58% -
XYZ 16.61 14.77 2.15 -
YUV 101.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 149 96 6 0 0.36 0.96 0.42 37.76 0.92 0.3
Hex 95 60 6 0 24 60 2A 26 5C 1E
Octal 225 140 6 0 44 140 52 46 134 36
Binary 10010101 1100000 110 0 100100 1100000 101010 100110 1011100 11110

Color Harmonies of #956006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956006

Black with #956006

Text Example


Text Example

White with #956006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956006; }

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

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

background-color css

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

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

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

border-color css

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

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

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