Html Css Color HEX #996952 Dark Tan

📋 copy color: '#996952'

red 153 ◦ green 105 ◦ blue 82

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

Shades of Dark Tan #996952

Tints of Dark Tan #996952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 45%
G = 30.88%
B = 24.12%

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

#996952 (or 0x996952) is known color: Dark Tan. HEX triplet: 99, 69 and 52. RGB value is (153,105,82). Sum of RGB (Red+Green+Blue) = 153+105+82=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996952 is #6696AD. Grayscale: #747474. Windows color (decimal): -6723246 or 5400985. OLE color: 5400985.

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

Color convert

RGB 153 105 82 -
CMYK 0 0.31 0.46 0.4
HSL 19.44º 0.3% 0.46% -
HSV(B) 19.44º 0.46% 0.6% -
XYZ 19.71 17.48 10.32 -
YUV 116.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 153 105 82 0 0.31 0.46 0.4 19.44 0.3 0.46
Hex 99 69 52 0 1F 2E 28 13 1E 2E
Octal 231 151 122 0 37 56 50 23 36 56
Binary 10011001 1101001 1010010 0 11111 101110 101000 10011 11110 101110

Color Harmonies of #996952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996952

Black with #996952

Text Example


Text Example

White with #996952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996952; }

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

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

background-color css

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

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

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

border-color css

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

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

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