Html Css Color HEX #996640 Desert

📋 copy color: '#996640'

red 153 ◦ green 102 ◦ blue 64

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

Shades of Desert #996640

Tints of Desert #996640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

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

R = 47.96%
G = 31.97%
B = 20.06%

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

#996640 (or 0x996640) is known color: Desert. HEX triplet: 99, 66 and 40. RGB value is (153,102,64). Sum of RGB (Red+Green+Blue) = 153+102+64=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #996640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996640 is #6699BF. Grayscale: #717171. Windows color (decimal): -6724032 or 4220569. OLE color: 4220569.

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

Color convert

RGB 153 102 64 -
CMYK 0 0.33 0.58 0.4
HSL 25.62º 0.41% 0.43% -
HSV(B) 25.62º 0.58% 0.6% -
XYZ 18.81 16.65 7.07 -
YUV 112.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 153 102 64 0 0.33 0.58 0.4 25.62 0.41 0.43
Hex 99 66 40 0 21 3A 28 1A 29 2B
Octal 231 146 100 0 41 72 50 32 51 53
Binary 10011001 1100110 1000000 0 100001 111010 101000 11010 101001 101011

Color Harmonies of #996640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996640

Black with #996640

Text Example


Text Example

White with #996640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996640; }

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

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

background-color css

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

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

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

border-color css

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

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

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