#965231

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

Shades of Chelsea Gem #965231

Tints of Chelsea Gem #965231

Color information

#965231 (or 0x965231) is unknown color: approx Chelsea Gem. HEX triplet: 96, 52 and 31. RGB value is (150,82,49). Sum of RGB (Red+Green+Blue) = 150+82+49=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #965231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965231 is #69ADCE. Grayscale: #626262. Windows color (decimal): -6925775 or 3232406. OLE color: 3232406.

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

Color convert

RGB1508249-
CMYK00.450.670.41
HSL19.6º50.75%39.02%-
HSV(B)19.6º67.33%58.82%-
XYZ16.1512.744.51-
YUV98.57100.03164.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=53.38%
G=29.18%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150824900.450.670.4119.650.7539.02
Hex96523102D4329143327
Octal2261226105510351246347
Binary1001011010100101100010101101100001110100110100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965231; }

 p { color: rgb(150,82,49); }

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

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

 a { background-color: rgb(150,82,49); }

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

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

 span { border-color: rgb(150,82,49); }

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