Html Css Color HEX #965632 Chelsea Gem

📋 copy color: '#965632'

red 150 ◦ green 86 ◦ blue 50

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

Shades of Chelsea Gem #965632

Tints of Chelsea Gem #965632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 52.45%
G = 30.07%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#965632 (or 0x965632) is known color: Chelsea Gem. HEX triplet: 96, 56 and 32. RGB value is (150,86,50). Sum of RGB (Red+Green+Blue) = 150+86+50=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #965632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965632 is #69A9CD. Grayscale: #656565. Windows color (decimal): -6924750 or 3298966. OLE color: 3298966.

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

Color convert

RGB 150 86 50 -
CMYK 0 0.43 0.67 0.41
HSL 21.6º 0.5% 0.39% -
HSV(B) 21.6º 0.67% 0.59% -
XYZ 16.48 13.37 4.73 -
YUV 101.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 150 86 50 0 0.43 0.67 0.41 21.6 0.5 0.39
Hex 96 56 32 0 2B 43 29 16 32 27
Octal 226 126 62 0 53 103 51 26 62 47
Binary 10010110 1010110 110010 0 101011 1000011 101001 10110 110010 100111

Color Harmonies of #965632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965632

Black with #965632

Text Example


Text Example

White with #965632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965632; }

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

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

background-color css

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

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

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

border-color css

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

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

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