Html Css Color HEX #965536 Chelsea Gem

📋 copy color: '#965536'

red 150 ◦ green 85 ◦ blue 54

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

Shades of Chelsea Gem #965536

Tints of Chelsea Gem #965536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 54 (21.48% from 255) = 18.69%

R = 51.9%
G = 29.41%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#965536 (or 0x965536) is known color: Chelsea Gem. HEX triplet: 96, 55 and 36. RGB value is (150,85,54). Sum of RGB (Red+Green+Blue) = 150+85+54=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #965536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965536 is #69AAC9. Grayscale: #656565. Windows color (decimal): -6925002 or 3560854. OLE color: 3560854.

HSL color Cylindrical-coordinate representation of color #965536: hue angle of 19.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #965536 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 54 -
CMYK 0 0.43 0.64 0.41
HSL 19.38º 0.47% 0.4% -
HSV(B) 19.38º 0.64% 0.59% -
XYZ 16.49 13.25 5.18 -
YUV 100.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 150 85 54 0 0.43 0.64 0.41 19.38 0.47 0.4
Hex 96 55 36 0 2B 40 29 13 2F 28
Octal 226 125 66 0 53 100 51 23 57 50
Binary 10010110 1010101 110110 0 101011 1000000 101001 10011 101111 101000

Color Harmonies of #965536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965536

Black with #965536

Text Example


Text Example

White with #965536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965536; }

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

 H1.HeaderClassName
 {
   color: #965536;
 }
 .AnyTagClassName
 {
   color: #965536;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #965536;
 }
 .BgClassName
 {
   background-color: #965536;
 }
</style>

border-color css

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

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

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