#956218

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

Shades of Golden Brown #956218

Tints of Golden Brown #956218

Color information

#956218 (or 0x956218) is unknown color: approx Golden Brown. HEX triplet: 95, 62 and 18. RGB value is (149,98,24). Sum of RGB (Red+Green+Blue) = 149+98+24=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #956218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956218 is #6A9DE7. Grayscale: #696969. Windows color (decimal): -6987240 or 1598101. OLE color: 1598101.

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

Color convert

RGB1499824-
CMYK00.340.840.42
HSL35.52º72.25%33.92%-
HSV(B)35.52º83.89%58.43%-
XYZ16.9315.192.9-
YUV104.8182.4159.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=54.98%
G=36.16%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149982400.340.840.4235.5272.2533.92
Hex956218022542A244822
Octal22514230042124524411042
Binary10010101110001011000010001010101001010101001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956218; }

 p { color: rgb(149,98,24); }

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

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

 a { background-color: rgb(149,98,24); }

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

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

 span { border-color: rgb(149,98,24); }

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