#96532E

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

Shades of Chelsea Gem #96532E

Tints of Chelsea Gem #96532E

Color information

#96532E (or 0x96532E) is unknown color: approx Chelsea Gem. HEX triplet: 96, 53 and 2E. RGB value is (150,83,46). Sum of RGB (Red+Green+Blue) = 150+83+46=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96532E is #69ACD1. Grayscale: #636363. Windows color (decimal): -6925522 or 3036054. OLE color: 3036054.

HSL color Cylindrical-coordinate representation of color #96532E: hue angle of 21.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96532E is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1508346-
CMYK00.450.690.41
HSL21.35º53.06%38.43%-
HSV(B)21.35º69.33%58.82%-
XYZ16.1612.874.22-
YUV98.8298.2164.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=53.76%
G=29.75%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150834600.450.690.4121.3553.0638.43
Hex96532E02D4529153526
Octal2261235605510551256546
Binary1001011010100111011100101101100010110100110101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96532E; }

 p { color: rgb(150,83,46); }

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

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

 a { background-color: rgb(150,83,46); }

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

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

 span { border-color: rgb(150,83,46); }

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