Html Css Color HEX #996740 Desert

📋 copy color: '#996740'

red 153 ◦ green 103 ◦ blue 64

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

Shades of Desert #996740

Tints of Desert #996740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

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

R = 47.81%
G = 32.19%
B = 20%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#996740 (or 0x996740) is known color: Desert. HEX triplet: 99, 67 and 40. RGB value is (153,103,64). Sum of RGB (Red+Green+Blue) = 153+103+64=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #996740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996740 is #6698BF. Grayscale: #717171. Windows color (decimal): -6723776 or 4220825. OLE color: 4220825.

HSL color Cylindrical-coordinate representation of color #996740: hue angle of 26.29º 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 #996740 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 64 -
CMYK 0 0.33 0.58 0.4
HSL 26.29º 0.41% 0.43% -
HSV(B) 26.29º 0.58% 0.6% -
XYZ 18.91 16.84 7.1 -
YUV 113.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 153 103 64 0 0.33 0.58 0.4 26.29 0.41 0.43
Hex 99 67 40 0 21 3A 28 1A 29 2B
Octal 231 147 100 0 41 72 50 32 51 53
Binary 10011001 1100111 1000000 0 100001 111010 101000 11010 101001 101011

Color Harmonies of #996740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996740

Black with #996740

Text Example


Text Example

White with #996740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996740; }

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

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

background-color css

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

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

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

border-color css

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

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

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