#965436

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

Shades of Chelsea Gem #965436

Tints of Chelsea Gem #965436

Color information

#965436 (or 0x965436) is unknown color: approx Chelsea Gem. HEX triplet: 96, 54 and 36. RGB value is (150,84,54). Sum of RGB (Red+Green+Blue) = 150+84+54=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #965436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965436 is #69ABC9. Grayscale: #646464. Windows color (decimal): -6925258 or 3560598. OLE color: 3560598.

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

Color convert

RGB1508454-
CMYK00.440.640.41
HSL18.75º47.06%40%-
HSV(B)18.75º64%58.82%-
XYZ16.4113.095.15-
YUV100.31101.87163.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 54 (21.48% from 255) = 18.75%
R=52.08%
G=29.17%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150845400.440.640.4118.7547.0640
Hex96543602C4029132f28
Octal2261246605410051235750
Binary1001011010101001101100101100100000010100110011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965436; }

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

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

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

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

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

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

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

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