#956E1B

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

Shades of Golden Brown #956E1B

Tints of Golden Brown #956E1B

Color information

#956E1B (or 0x956E1B) is unknown color: approx Golden Brown. HEX triplet: 95, 6E and 1B. RGB value is (149,110,27). Sum of RGB (Red+Green+Blue) = 149+110+27=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #956E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E1B is #6A91E4. Grayscale: #707070. Windows color (decimal): -6984165 or 1797781. OLE color: 1797781.

HSL color Cylindrical-coordinate representation of color #956E1B: hue angle of 40.82º 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 #956E1B is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14911027-
CMYK00.260.820.42
HSL40.82º69.32%34.51%-
HSV(B)40.82º81.88%58.43%-
XYZ18.1717.623.48-
YUV112.279.92154.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 27 (10.94% from 255) = 9.44%
R=52.10%
G=38.46%
B=9.44%

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
Decimal1491102700.260.820.4240.8269.3234.51
Hex956E1B01A522A294523
Octal22515633032122525110543
Binary1001010111011101101101101010100101010101010011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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