Html Css Color HEX #996341 Desert

📋 copy color: '#996341'

red 153 ◦ green 99 ◦ blue 65

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

Shades of Desert #996341

Tints of Desert #996341

RGB

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

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

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

R = 48.26%
G = 31.23%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#996341 (or 0x996341) is known color: Desert. HEX triplet: 99, 63 and 41. RGB value is (153,99,65). Sum of RGB (Red+Green+Blue) = 153+99+65=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #996341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996341 is #669CBE. Grayscale: #6F6F6F. Windows color (decimal): -6724799 or 4285337. OLE color: 4285337.

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

Color convert

RGB 153 99 65 -
CMYK 0 0.35 0.58 0.4
HSL 23.18º 0.4% 0.43% -
HSV(B) 23.18º 0.58% 0.6% -
XYZ 18.55 16.08 7.13 -
YUV 111.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 153 99 65 0 0.35 0.58 0.4 23.18 0.4 0.43
Hex 99 63 41 0 23 3A 28 17 28 2B
Octal 231 143 101 0 43 72 50 27 50 53
Binary 10011001 1100011 1000001 0 100011 111010 101000 10111 101000 101011

Color Harmonies of #996341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996341

Black with #996341

Text Example


Text Example

White with #996341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996341; }

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

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

background-color css

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

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

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

border-color css

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

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

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