Html Css Color HEX #996752 Dark Tan

📋 copy color: '#996752'

red 153 ◦ green 103 ◦ blue 82

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

Shades of Dark Tan #996752

Tints of Dark Tan #996752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

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

R = 45.27%
G = 30.47%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#996752 (or 0x996752) is known color: Dark Tan. HEX triplet: 99, 67 and 52. RGB value is (153,103,82). Sum of RGB (Red+Green+Blue) = 153+103+82=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996752 is #6698AD. Grayscale: #737373. Windows color (decimal): -6723758 or 5400473. OLE color: 5400473.

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

Color convert

RGB 153 103 82 -
CMYK 0 0.33 0.46 0.4
HSL 17.75º 0.3% 0.46% -
HSV(B) 17.75º 0.46% 0.6% -
XYZ 19.51 17.08 10.25 -
YUV 115.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 153 103 82 0 0.33 0.46 0.4 17.75 0.3 0.46
Hex 99 67 52 0 21 2E 28 12 1E 2E
Octal 231 147 122 0 41 56 50 22 36 56
Binary 10011001 1100111 1010010 0 100001 101110 101000 10010 11110 101110

Color Harmonies of #996752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996752

Black with #996752

Text Example


Text Example

White with #996752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996752; }

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

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

background-color css

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

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

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

border-color css

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

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

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