#956F1B

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

Shades of Golden Brown #956F1B

Tints of Golden Brown #956F1B

Color information

#956F1B (or 0x956F1B) is unknown color: approx Golden Brown. HEX triplet: 95, 6F and 1B. RGB value is (149,111,27). Sum of RGB (Red+Green+Blue) = 149+111+27=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #956F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F1B is #6A90E4. Grayscale: #717171. Windows color (decimal): -6983909 or 1798037. OLE color: 1798037.

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

Color convert

RGB14911127-
CMYK00.260.820.42
HSL41.31º69.32%34.51%-
HSV(B)41.31º81.88%58.43%-
XYZ18.2817.843.52-
YUV112.7979.59153.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 27 (10.94% from 255) = 9.41%
R=51.92%
G=38.68%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491112700.260.820.4241.3169.3234.51
Hex956F1B01A522A294523
Octal22515733032122525110543
Binary1001010111011111101101101010100101010101010011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,111,27); }

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

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

 a { background-color: rgb(149,111,27); }

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

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

 span { border-color: rgb(149,111,27); }

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