Html Css Color HEX #966341 Desert

📋 copy color: '#966341'

red 150 ◦ green 99 ◦ blue 65

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

Shades of Desert #966341

Tints of Desert #966341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 47.77%
G = 31.53%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#966341 (or 0x966341) is known color: Desert. HEX triplet: 96, 63 and 41. RGB value is (150,99,65). Sum of RGB (Red+Green+Blue) = 150+99+65=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #966341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966341 is #699CBE. Grayscale: #6E6E6E. Windows color (decimal): -6921407 or 4285334. OLE color: 4285334.

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

Color convert

RGB 150 99 65 -
CMYK 0 0.34 0.57 0.41
HSL 24º 0.4% 0.42% -
HSV(B) 24º 0.57% 0.59% -
XYZ 17.99 15.79 7.1 -
YUV 110.37 102.4 156.26 -
System Red Green Blue C M Y K H S L
Decimal 150 99 65 0 0.34 0.57 0.41 24 0.4 0.42
Hex 96 63 41 0 22 39 29 18 28 2A
Octal 226 143 101 0 42 71 51 30 50 52
Binary 10010110 1100011 1000001 0 100010 111001 101001 11000 101000 101010

Color Harmonies of #966341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966341

Black with #966341

Text Example


Text Example

White with #966341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966341; }

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

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

background-color css

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

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

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

border-color css

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

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

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