Html Css Color HEX #966342 Desert

📋 copy color: '#966342'

red 150 ◦ green 99 ◦ blue 66

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

Shades of Desert #966342

Tints of Desert #966342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 47.62%
G = 31.43%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#966342 (or 0x966342) is known color: Desert. HEX triplet: 96, 63 and 42. RGB value is (150,99,66). Sum of RGB (Red+Green+Blue) = 150+99+66=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #966342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966342 is #699CBD. Grayscale: #6E6E6E. Windows color (decimal): -6921406 or 4350870. OLE color: 4350870.

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

Color convert

RGB 150 99 66 -
CMYK 0 0.34 0.56 0.41
HSL 23.57º 0.39% 0.42% -
HSV(B) 23.57º 0.56% 0.59% -
XYZ 18.02 15.8 7.25 -
YUV 110.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 150 99 66 0 0.34 0.56 0.41 23.57 0.39 0.42
Hex 96 63 42 0 22 38 29 18 27 2A
Octal 226 143 102 0 42 70 51 30 47 52
Binary 10010110 1100011 1000010 0 100010 111000 101001 11000 100111 101010

Color Harmonies of #966342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966342

Black with #966342

Text Example


Text Example

White with #966342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966342; }

 p { color: rgb(150,99,66); }

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

background-color css

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

 a { background-color: rgb(150,99,66); }

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

border-color css

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

 span { border-color: rgb(150,99,66); }

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