#965133

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

Shades of Chelsea Gem #965133

Tints of Chelsea Gem #965133

Color information

#965133 (or 0x965133) is unknown color: approx Chelsea Gem. HEX triplet: 96, 51 and 33. RGB value is (150,81,51). Sum of RGB (Red+Green+Blue) = 150+81+51=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #965133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965133 is #69AECC. Grayscale: #626262. Windows color (decimal): -6926029 or 3363222. OLE color: 3363222.

HSL color Cylindrical-coordinate representation of color #965133: hue angle of 18.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #965133 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1508151-
CMYK00.460.660.41
HSL18.18º49.25%39.41%-
HSV(B)18.18º66%58.82%-
XYZ16.1212.614.72-
YUV98.21101.36164.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=53.19%
G=28.72%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150815100.460.660.4118.1849.2539.41
Hex96513302E4229123127
Octal2261216305610251226147
Binary1001011010100011100110101110100001010100110010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965133; }

 p { color: rgb(150,81,51); }

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

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

 a { background-color: rgb(150,81,51); }

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

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

 span { border-color: rgb(150,81,51); }

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