Html Css Color HEX #965531 Chelsea Gem

📋 copy color: '#965531'

red 150 ◦ green 85 ◦ blue 49

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

Shades of Chelsea Gem #965531

Tints of Chelsea Gem #965531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 52.82%
G = 29.93%
B = 17.25%

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

#965531 (or 0x965531) is known color: Chelsea Gem. HEX triplet: 96, 55 and 31. RGB value is (150,85,49). Sum of RGB (Red+Green+Blue) = 150+85+49=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #965531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965531 is #69AACE. Grayscale: #646464. Windows color (decimal): -6925007 or 3233174. OLE color: 3233174.

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

Color convert

RGB 150 85 49 -
CMYK 0 0.43 0.67 0.41
HSL 21.39º 0.51% 0.39% -
HSV(B) 21.39º 0.67% 0.59% -
XYZ 16.38 13.2 4.59 -
YUV 100.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 150 85 49 0 0.43 0.67 0.41 21.39 0.51 0.39
Hex 96 55 31 0 2B 43 29 15 33 27
Octal 226 125 61 0 53 103 51 25 63 47
Binary 10010110 1010101 110001 0 101011 1000011 101001 10101 110011 100111

Color Harmonies of #965531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965531

Black with #965531

Text Example


Text Example

White with #965531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965531; }

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

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

background-color css

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

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

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

border-color css

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

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

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