#956F1A

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

Shades of Golden Brown #956F1A

Tints of Golden Brown #956F1A

Color information

#956F1A (or 0x956F1A) is unknown color: approx Golden Brown. HEX triplet: 95, 6F and 1A. RGB value is (149,111,26). Sum of RGB (Red+Green+Blue) = 149+111+26=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #956F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F1A is #6A90E5. Grayscale: #717171. Windows color (decimal): -6983910 or 1732501. OLE color: 1732501.

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

Color convert

RGB14911126-
CMYK00.260.830.42
HSL41.46º70.29%34.31%-
HSV(B)41.46º82.55%58.43%-
XYZ18.2717.833.46-
YUV112.6779.09153.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 26 (10.55% from 255) = 9.09%
R=52.10%
G=38.81%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491112600.260.830.4241.4670.2934.31
Hex956F1A01A532A294622
Octal22515732032123525110642
Binary1001010111011111101001101010100111010101010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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