Html Css Color HEX #96542C Chelsea Gem

📋 copy color: '#96542C'

red 150 ◦ green 84 ◦ blue 44

#96542C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Gem #96542C

Tints of Chelsea Gem #96542C

RGB

 RED value IS 150 (58.98% from 255) = 53.96%

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96542C (or 0x96542C) is known color: 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

RGB 150 84 44 -
CMYK 0 0.44 0.71 0.41
HSL 22.64º 0.55% 0.38% -
HSV(B) 22.64º 0.71% 0.59% -
XYZ 16.2 13.01 4.04 -
YUV 99.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 150 84 44 0 0.44 0.71 0.41 22.64 0.55 0.38
Hex 96 54 2C 0 2C 47 29 17 37 26
Octal 226 124 54 0 54 107 51 27 67 46
Binary 10010110 1010100 101100 0 101100 1000111 101001 10111 110111 100110

Color Harmonies of #96542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96542C

Black with #96542C

Text Example


Text Example

White with #96542C

Text Example


Text Example

HTML Codes & Css Web 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>