Html Css Color HEX #996953 Dark Tan

📋 copy color: '#996953'

red 153 ◦ green 105 ◦ blue 83

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

Shades of Dark Tan #996953

Tints of Dark Tan #996953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.34%

R = 44.87%
G = 30.79%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#996953 (or 0x996953) is known color: Dark Tan. HEX triplet: 99, 69 and 53. RGB value is (153,105,83). Sum of RGB (Red+Green+Blue) = 153+105+83=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #996953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996953 is #6696AC. Grayscale: #747474. Windows color (decimal): -6723245 or 5466521. OLE color: 5466521.

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

Color convert

RGB 153 105 83 -
CMYK 0 0.31 0.46 0.4
HSL 18.86º 0.3% 0.46% -
HSV(B) 18.86º 0.46% 0.6% -
XYZ 19.75 17.5 10.52 -
YUV 116.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 153 105 83 0 0.31 0.46 0.4 18.86 0.3 0.46
Hex 99 69 53 0 1F 2E 28 13 1E 2E
Octal 231 151 123 0 37 56 50 23 36 56
Binary 10011001 1101001 1010011 0 11111 101110 101000 10011 11110 101110

Color Harmonies of #996953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996953

Black with #996953

Text Example


Text Example

White with #996953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996953; }

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

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

background-color css

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

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

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

border-color css

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

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

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