#96552E

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

Shades of Chelsea Gem #96552E

Tints of Chelsea Gem #96552E

Color information

#96552E (or 0x96552E) is unknown color: approx Chelsea Gem. HEX triplet: 96, 55 and 2E. RGB value is (150,85,46). Sum of RGB (Red+Green+Blue) = 150+85+46=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96552E is #69AAD1. Grayscale: #646464. Windows color (decimal): -6925010 or 3036566. OLE color: 3036566.

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

Color convert

RGB1508546-
CMYK00.430.690.41
HSL22.5º53.06%38.43%-
HSV(B)22.5º69.33%58.82%-
XYZ16.3213.184.27-
YUV99.9997.53163.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=53.38%
G=30.25%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150854600.430.690.4122.553.0638.43
Hex96552E02B4529163526
Octal2261255605310551266546
Binary1001011010101011011100101011100010110100110110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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