#96542C

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

Shades of Chelsea Gem #96542C

Tints of Chelsea Gem #96542C

Color information

#96542C (or 0x96542C) is unknown color: approx Chelsea Gem. HEX triplet: 96, 54 and 2C. RGB value is (150,84,44). Sum of RGB (Red+Green+Blue) = 150+84+44=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96542C is #69ABD3. Grayscale: #636363. Windows color (decimal): -6925268 or 2905238. OLE color: 2905238.

HSL color Cylindrical-coordinate representation of color #96542C: hue angle of 22.64º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96542C is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1508444-
CMYK00.440.710.41
HSL22.64º54.64%38.04%-
HSV(B)22.64º70.67%58.82%-
XYZ16.213.014.04-
YUV99.1796.87164.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 44 (17.58% from 255) = 15.83%
R=53.96%
G=30.22%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150844400.440.710.4122.6454.6438.04
Hex96542C02C4729173726
Octal2261245405410751276746
Binary1001011010101001011000101100100011110100110111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96542C; }

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

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

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

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

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

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

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

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