#956215

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

Shades of Golden Brown #956215

Tints of Golden Brown #956215

Color information

#956215 (or 0x956215) is unknown color: approx Golden Brown. HEX triplet: 95, 62 and 15. RGB value is (149,98,21). Sum of RGB (Red+Green+Blue) = 149+98+21=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #956215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956215 is #6A9DEA. Grayscale: #686868. Windows color (decimal): -6987243 or 1401493. OLE color: 1401493.

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

Color convert

RGB1499821-
CMYK00.340.860.42
HSL36.09º75.29%33.33%-
HSV(B)36.09º85.91%58.43%-
XYZ16.915.182.75-
YUV104.4780.9159.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.60%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 21 (8.59% from 255) = 7.84%
R=55.60%
G=36.57%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149982100.340.860.4236.0975.2933.33
Hex956215022562A244b21
Octal22514225042126524411341
Binary10010101110001010101010001010101101010101001001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956215; }

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

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

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

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

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

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

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

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