#965435

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

Shades of Chelsea Gem #965435

Tints of Chelsea Gem #965435

Color information

#965435 (or 0x965435) is unknown color: approx Chelsea Gem. HEX triplet: 96, 54 and 35. RGB value is (150,84,53). Sum of RGB (Red+Green+Blue) = 150+84+53=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #965435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965435 is #69ABCA. Grayscale: #646464. Windows color (decimal): -6925259 or 3495062. OLE color: 3495062.

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

Color convert

RGB1508453-
CMYK00.440.650.41
HSL19.18º47.78%39.8%-
HSV(B)19.18º64.67%58.82%-
XYZ16.3913.085.03-
YUV100.2101.37163.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=52.26%
G=29.27%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150845300.440.650.4119.1847.7839.8
Hex96543502C4129133028
Octal2261246505410151236050
Binary1001011010101001101010101100100000110100110011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965435; }

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

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

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

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

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

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

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

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