#965433

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

Shades of Chelsea Gem #965433

Tints of Chelsea Gem #965433

Color information

#965433 (or 0x965433) is unknown color: approx Chelsea Gem. HEX triplet: 96, 54 and 33. RGB value is (150,84,51). Sum of RGB (Red+Green+Blue) = 150+84+51=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #965433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965433 is #69ABCC. Grayscale: #646464. Windows color (decimal): -6925261 or 3363990. OLE color: 3363990.

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

Color convert

RGB1508451-
CMYK00.440.660.41
HSL20º49.25%39.41%-
HSV(B)20º66%58.82%-
XYZ16.3513.064.79-
YUV99.97100.37163.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=52.63%
G=29.47%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150845100.440.660.412049.2539.41
Hex96543302C4229143127
Octal2261246305410251246147
Binary1001011010101001100110101100100001010100110100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965433; }

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

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

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

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

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

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

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

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