#956613

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

Shades of Golden Brown #956613

Tints of Golden Brown #956613

Color information

#956613 (or 0x956613) is unknown color: approx Golden Brown. HEX triplet: 95, 66 and 13. RGB value is (149,102,19). Sum of RGB (Red+Green+Blue) = 149+102+19=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #956613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956613 is #6A99EC. Grayscale: #6A6A6A. Windows color (decimal): -6986221 or 1271445. OLE color: 1271445.

HSL color Cylindrical-coordinate representation of color #956613: hue angle of 38.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #956613 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB14910219-
CMYK00.320.870.42
HSL38.31º77.38%32.94%-
HSV(B)38.31º87.25%58.43%-
XYZ17.2615.942.78-
YUV106.5978.57158.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.19%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 19 (7.81% from 255) = 7.04%
R=55.19%
G=37.78%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491021900.320.870.4238.3177.3832.94
Hex956613020572A264d21
Octal22514623040127524611541
Binary10010101110011010011010000010101111010101001101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956613; }

 p { color: rgb(149,102,19); }

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

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

 a { background-color: rgb(149,102,19); }

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

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

 span { border-color: rgb(149,102,19); }

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