#965633

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

Shades of Chelsea Gem #965633

Tints of Chelsea Gem #965633

Color information

#965633 (or 0x965633) is unknown color: approx Chelsea Gem. HEX triplet: 96, 56 and 33. RGB value is (150,86,51). Sum of RGB (Red+Green+Blue) = 150+86+51=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #965633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965633 is #69A9CC. Grayscale: #656565. Windows color (decimal): -6924749 or 3364502. OLE color: 3364502.

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

Color convert

RGB1508651-
CMYK00.430.660.41
HSL21.21º49.25%39.41%-
HSV(B)21.21º66%58.82%-
XYZ16.513.384.84-
YUV101.1599.7162.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=52.26%
G=29.97%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150865100.430.660.4121.2149.2539.41
Hex96563302B4229153127
Octal2261266305310251256147
Binary1001011010101101100110101011100001010100110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965633; }

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

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

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

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

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

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

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

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