Html Css Color HEX #96552E Chelsea Gem

📋 copy color: '#96552E'

red 150 ◦ green 85 ◦ blue 46

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

Shades of Chelsea Gem #96552E

Tints of Chelsea Gem #96552E

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 value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96552E (or 0x96552E) is known color: 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

RGB 150 85 46 -
CMYK 0 0.43 0.69 0.41
HSL 22.5º 0.53% 0.38% -
HSV(B) 22.5º 0.69% 0.59% -
XYZ 16.32 13.18 4.27 -
YUV 99.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 150 85 46 0 0.43 0.69 0.41 22.5 0.53 0.38
Hex 96 55 2E 0 2B 45 29 16 35 26
Octal 226 125 56 0 53 105 51 26 65 46
Binary 10010110 1010101 101110 0 101011 1000101 101001 10110 110101 100110

Color Harmonies of #96552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96552E

Black with #96552E

Text Example


Text Example

White with #96552E

Text Example


Text Example

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