#965635

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

Shades of Chelsea Gem #965635

Tints of Chelsea Gem #965635

Color information

#965635 (or 0x965635) is unknown color: approx Chelsea Gem. HEX triplet: 96, 56 and 35. RGB value is (150,86,53). Sum of RGB (Red+Green+Blue) = 150+86+53=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #965635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965635 is #69A9CA. Grayscale: #656565. Windows color (decimal): -6924747 or 3495574. OLE color: 3495574.

HSL color Cylindrical-coordinate representation of color #965635: hue angle of 20.41º 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 #965635 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1508653-
CMYK00.430.650.41
HSL20.41º47.78%39.8%-
HSV(B)20.41º64.67%58.82%-
XYZ16.5513.45.08-
YUV101.37100.7162.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=51.90%
G=29.76%
B=18.34%

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
Decimal150865300.430.650.4120.4147.7839.8
Hex96563502B4129143028
Octal2261266505310151246050
Binary1001011010101101101010101011100000110100110100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965635; }

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

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

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

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

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

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

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

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