#965833

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

Shades of Chelsea Gem #965833

Tints of Chelsea Gem #965833

Color information

#965833 (or 0x965833) is unknown color: approx Chelsea Gem. HEX triplet: 96, 58 and 33. RGB value is (150,88,51). Sum of RGB (Red+Green+Blue) = 150+88+51=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #965833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965833 is #69A7CC. Grayscale: #666666. Windows color (decimal): -6924237 or 3365014. OLE color: 3365014.

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

Color convert

RGB1508851-
CMYK00.410.660.41
HSL22.42º49.25%39.41%-
HSV(B)22.42º66%58.82%-
XYZ16.6613.74.9-
YUV102.3299.04162.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=51.90%
G=30.45%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150885100.410.660.4122.4249.2539.41
Hex9658330294229163127
Octal2261306305110251266147
Binary1001011010110001100110101001100001010100110110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965833; }

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

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

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

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

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

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

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

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