#956A08

Color #956A08 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #956A08

Tints of Golden Brown #956A08

Color information

#956A08 (or 0x956A08) is unknown color: approx Golden Brown. HEX triplet: 95, 6A and 08. RGB value is (149,106,8). Sum of RGB (Red+Green+Blue) = 149+106+8=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #956A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956A08 is #6A95F7. Grayscale: #6C6C6C. Windows color (decimal): -6985208 or 551573. OLE color: 551573.

HSL color Cylindrical-coordinate representation of color #956A08: hue angle of 41.7º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #956A08 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1491068-
CMYK00.290.950.42
HSL41.7º89.81%30.78%-
HSV(B)41.7º94.63%58.43%-
XYZ17.5916.722.53-
YUV107.6871.75157.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 106 (41.80% from 255) = 40.30%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=56.65%
G=40.30%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149106800.290.950.4241.789.8130.78
Hex956A801D5F2A2a5a1f
Octal22515210035137525213237
Binary10010101110101010000111011011111101010101010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,106,8); }

 H1.HeaderClassName
 {
   color: #956A08;
 }
 .AnyTagClassName
 {
   color: #956A08;
 }
</style>
background-color css

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

 a { background-color: rgb(149,106,8); }

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

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

 span { border-color: rgb(149,106,8); }

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