#965535

Color #965535 Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #965535

Tints of Chelsea Gem #965535

Color information

#965535 (or 0x965535) is unknown color: approx Chelsea Gem. HEX triplet: 96, 55 and 35. RGB value is (150,85,53). Sum of RGB (Red+Green+Blue) = 150+85+53=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #965535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965535 is #69AACA. Grayscale: #646464. Windows color (decimal): -6925003 or 3495318. OLE color: 3495318.

HSL color Cylindrical-coordinate representation of color #965535: hue angle of 19.79º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #965535 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1508553-
CMYK00.430.650.41
HSL19.79º47.78%39.8%-
HSV(B)19.79º64.67%58.82%-
XYZ16.4713.245.06-
YUV100.79101.03163.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 53 (21.09% from 255) = 18.40%
R=52.08%
G=29.51%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150855300.430.650.4119.7947.7839.8
Hex96553502B4129143028
Octal2261256505310151246050
Binary1001011010101011101010101011100000110100110100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965535; }

 p { color: rgb(150,85,53); }

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

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

 a { background-color: rgb(150,85,53); }

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

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

 span { border-color: rgb(150,85,53); }

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