#956E0D

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

Shades of Golden Brown #956E0D

Tints of Golden Brown #956E0D

Color information

#956E0D (or 0x956E0D) is unknown color: approx Golden Brown. HEX triplet: 95, 6E and 0D. RGB value is (149,110,13). Sum of RGB (Red+Green+Blue) = 149+110+13=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #956E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956E0D is #6A91F2. Grayscale: #6F6F6F. Windows color (decimal): -6984179 or 880277. OLE color: 880277.

HSL color Cylindrical-coordinate representation of color #956E0D: hue angle of 42.79º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #956E0D is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14911013-
CMYK00.260.910.42
HSL42.79º83.95%31.76%-
HSV(B)42.79º91.28%58.43%-
XYZ18.0417.572.82-
YUV110.672.92155.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 13 (5.47% from 255) = 4.78%
R=54.78%
G=40.44%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491101300.260.910.4242.7983.9531.76
Hex956ED01A5B2A2b5420
Octal22515615032133525312440
Binary100101011101110110101101010110111010101010111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,110,13); }

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

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

 a { background-color: rgb(149,110,13); }

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

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

 span { border-color: rgb(149,110,13); }

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