Html Css Color HEX #996940 Desert

📋 copy color: '#996940'

red 153 ◦ green 105 ◦ blue 64

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

Shades of Desert #996940

Tints of Desert #996940

RGB

 RED value IS 153 (60.16% from 255) = 47.52%

 GREEN value IS 105 (41.41% from 255) = 32.61%

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

R = 47.52%
G = 32.61%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#996940 (or 0x996940) is known color: Desert. HEX triplet: 99, 69 and 40. RGB value is (153,105,64). Sum of RGB (Red+Green+Blue) = 153+105+64=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #996940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996940 is #6696BF. Grayscale: #727272. Windows color (decimal): -6723264 or 4221337. OLE color: 4221337.

HSL color Cylindrical-coordinate representation of color #996940: hue angle of 27.64º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996940 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 64 -
CMYK 0 0.31 0.58 0.4
HSL 27.64º 0.41% 0.43% -
HSV(B) 27.64º 0.58% 0.6% -
XYZ 19.11 17.25 7.17 -
YUV 114.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 153 105 64 0 0.31 0.58 0.4 27.64 0.41 0.43
Hex 99 69 40 0 1F 3A 28 1C 29 2B
Octal 231 151 100 0 37 72 50 34 51 53
Binary 10011001 1101001 1000000 0 11111 111010 101000 11100 101001 101011

Color Harmonies of #996940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996940

Black with #996940

Text Example


Text Example

White with #996940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996940; }

 p { color: rgb(153,105,64); }

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

background-color css

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

 a { background-color: rgb(153,105,64); }

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

border-color css

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

 span { border-color: rgb(153,105,64); }

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