Html Css Color HEX #956C06 Golden Brown

📋 copy color: '#956C06'

red 149 ◦ green 108 ◦ blue 6

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

Shades of Golden Brown #956C06

Tints of Golden Brown #956C06

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.06%

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

R = 56.65%
G = 41.06%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#956C06 (or 0x956C06) is known color: Golden Brown. HEX triplet: 95, 6C and 06. RGB value is (149,108,6). Sum of RGB (Red+Green+Blue) = 149+108+6=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #956C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C06 is #6A93F9. Grayscale: #6D6D6D. Windows color (decimal): -6984698 or 421013. OLE color: 421013.

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

Color convert

RGB 149 108 6 -
CMYK 0 0.28 0.96 0.42
HSL 42.8º 0.92% 0.3% -
HSV(B) 42.8º 0.96% 0.58% -
XYZ 17.79 17.13 2.54 -
YUV 108.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 149 108 6 0 0.28 0.96 0.42 42.8 0.92 0.3
Hex 95 6C 6 0 1C 60 2A 2B 5C 1E
Octal 225 154 6 0 34 140 52 53 134 36
Binary 10010101 1101100 110 0 11100 1100000 101010 101011 1011100 11110

Color Harmonies of #956C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C06

Black with #956C06

Text Example


Text Example

White with #956C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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