#956d1e

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

Shades of Golden Brown #956D1E

Tints of Golden Brown #956D1E

Color information

#956D1E (or 0x956D1E) is unknown color: approx Golden Brown. HEX triplet: 95, 6D and 1E. RGB value is (149,109,30). Sum of RGB (Red+Green+Blue) = 149+109+30=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #956D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D1E is #6A92E1. Grayscale: #707070. Windows color (decimal): -6984418 or 1994133. OLE color: 1994133.

HSL color Cylindrical-coordinate representation of color #956D1E: hue angle of 39.83º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #956D1E is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14910930-
CMYK00.270.800.42
HSL39.83º66.48%35.1%-
HSV(B)39.83º79.87%58.43%-
XYZ18.117.423.64-
YUV111.9581.75154.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 30 (12.11% from 255) = 10.42%
R=51.74%
G=37.85%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491093000.270.800.4239.8366.4835.1
Hex956D1E01B502A284223
Octal22515536033120525010243
Binary1001010111011011111001101110100001010101010001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956d1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,109,30); }

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

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

 a { background-color: rgb(149,109,30); }

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

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

 span { border-color: rgb(149,109,30); }

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