Html Css Color HEX #965636 Chelsea Gem

📋 copy color: '#965636'

red 150 ◦ green 86 ◦ blue 54

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

Shades of Chelsea Gem #965636

Tints of Chelsea Gem #965636

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

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

R = 51.72%
G = 29.66%
B = 18.62%

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

#965636 (or 0x965636) is known color: Chelsea Gem. HEX triplet: 96, 56 and 36. RGB value is (150,86,54). Sum of RGB (Red+Green+Blue) = 150+86+54=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #965636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965636 is #69A9C9. Grayscale: #656565. Windows color (decimal): -6924746 or 3561110. OLE color: 3561110.

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

Color convert

RGB 150 86 54 -
CMYK 0 0.43 0.64 0.41
HSL 20º 0.47% 0.4% -
HSV(B) 20º 0.64% 0.59% -
XYZ 16.57 13.41 5.2 -
YUV 101.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 150 86 54 0 0.43 0.64 0.41 20 0.47 0.4
Hex 96 56 36 0 2B 40 29 14 2F 28
Octal 226 126 66 0 53 100 51 24 57 50
Binary 10010110 1010110 110110 0 101011 1000000 101001 10100 101111 101000

Color Harmonies of #965636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965636

Black with #965636

Text Example


Text Example

White with #965636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965636; }

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

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

background-color css

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

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

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

border-color css

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

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

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