Html Css Color HEX #996443 Desert

📋 copy color: '#996443'

red 153 ◦ green 100 ◦ blue 67

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

Shades of Desert #996443

Tints of Desert #996443

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 47.81%
G = 31.25%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#996443 (or 0x996443) is known color: Desert. HEX triplet: 99, 64 and 43. RGB value is (153,100,67). Sum of RGB (Red+Green+Blue) = 153+100+67=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #996443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996443 is #669BBC. Grayscale: #707070. Windows color (decimal): -6724541 or 4416665. OLE color: 4416665.

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

Color convert

RGB 153 100 67 -
CMYK 0 0.35 0.56 0.4
HSL 23.02º 0.39% 0.43% -
HSV(B) 23.02º 0.56% 0.6% -
XYZ 18.71 16.29 7.47 -
YUV 112.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 153 100 67 0 0.35 0.56 0.4 23.02 0.39 0.43
Hex 99 64 43 0 23 38 28 17 27 2B
Octal 231 144 103 0 43 70 50 27 47 53
Binary 10011001 1100100 1000011 0 100011 111000 101000 10111 100111 101011

Color Harmonies of #996443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996443

Black with #996443

Text Example


Text Example

White with #996443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996443; }

 p { color: rgb(153,100,67); }

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

background-color css

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

 a { background-color: rgb(153,100,67); }

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

border-color css

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

 span { border-color: rgb(153,100,67); }

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