Html Css Color HEX #966240 Desert

📋 copy color: '#966240'

red 150 ◦ green 98 ◦ blue 64

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

Shades of Desert #966240

Tints of Desert #966240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 48.08%
G = 31.41%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#966240 (or 0x966240) is known color: Desert. HEX triplet: 96, 62 and 40. RGB value is (150,98,64). Sum of RGB (Red+Green+Blue) = 150+98+64=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #966240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966240 is #699DBF. Grayscale: #6D6D6D. Windows color (decimal): -6921664 or 4219542. OLE color: 4219542.

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

Color convert

RGB 150 98 64 -
CMYK 0 0.35 0.57 0.41
HSL 23.72º 0.4% 0.42% -
HSV(B) 23.72º 0.57% 0.59% -
XYZ 17.87 15.59 6.92 -
YUV 109.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 150 98 64 0 0.35 0.57 0.41 23.72 0.4 0.42
Hex 96 62 40 0 23 39 29 18 28 2A
Octal 226 142 100 0 43 71 51 30 50 52
Binary 10010110 1100010 1000000 0 100011 111001 101001 11000 101000 101010

Color Harmonies of #966240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966240

Black with #966240

Text Example


Text Example

White with #966240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966240; }

 p { color: rgb(150,98,64); }

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

background-color css

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

 a { background-color: rgb(150,98,64); }

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

border-color css

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

 span { border-color: rgb(150,98,64); }

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