#956C1F

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

Shades of Golden Brown #956C1F

Tints of Golden Brown #956C1F

Color information

#956C1F (or 0x956C1F) is unknown color: approx Golden Brown. HEX triplet: 95, 6C and 1F. RGB value is (149,108,31). Sum of RGB (Red+Green+Blue) = 149+108+31=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #956C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C1F is #6A93E0. Grayscale: #6F6F6F. Windows color (decimal): -6984673 or 2059413. OLE color: 2059413.

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

Color convert

RGB14910831-
CMYK00.280.790.42
HSL39.15º65.56%35.29%-
HSV(B)39.15º79.19%58.43%-
XYZ1817.213.67-
YUV111.4882.58154.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 108 (42.58% from 255) = 37.5%
BLUE value IS 31 (12.5% from 255) = 10.76%
R=51.74%
G=37.5%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491083100.280.790.4239.1565.5635.29
Hex956C1F01C4F2A274223
Octal22515437034117524710243
Binary1001010111011001111101110010011111010101001111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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