#956A0A

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

Shades of Golden Brown #956A0A

Tints of Golden Brown #956A0A

Color information

#956A0A (or 0x956A0A) is unknown color: approx Golden Brown. HEX triplet: 95, 6A and 0A. RGB value is (149,106,10). Sum of RGB (Red+Green+Blue) = 149+106+10=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #956A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956A0A is #6A95F5. Grayscale: #6C6C6C. Windows color (decimal): -6985206 or 682645. OLE color: 682645.

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

Color convert

RGB14910610-
CMYK00.290.930.42
HSL41.44º87.42%31.18%-
HSV(B)41.44º93.29%58.43%-
XYZ17.616.722.59-
YUV107.9172.75157.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 106 (41.80% from 255) = 40%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=56.23%
G=40%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491061000.290.930.4241.4487.4231.18
Hex956AA01D5D2A29571f
Octal22515212035135525112737
Binary10010101110101010100111011011101101010101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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