Html Css Color HEX #996F4F Dark Tan

📋 copy color: '#996F4F'

red 153 ◦ green 111 ◦ blue 79

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

Shades of Dark Tan #996F4F

Tints of Dark Tan #996F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 44.61%
G = 32.36%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#996F4F (or 0x996F4F) is known color: Dark Tan. HEX triplet: 99, 6F and 4F. RGB value is (153,111,79). Sum of RGB (Red+Green+Blue) = 153+111+79=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F4F is #6690B0. Grayscale: #787878. Windows color (decimal): -6721713 or 5205913. OLE color: 5205913.

HSL color Cylindrical-coordinate representation of color #996F4F: hue angle of 25.95º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996F4F is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 111 79 -
CMYK 0 0.27 0.48 0.4
HSL 25.95º 0.32% 0.45% -
HSV(B) 25.95º 0.48% 0.6% -
XYZ 20.23 18.71 9.94 -
YUV 119.91 104.91 151.6 -
System Red Green Blue C M Y K H S L
Decimal 153 111 79 0 0.27 0.48 0.4 25.95 0.32 0.45
Hex 99 6F 4F 0 1B 30 28 1A 20 2D
Octal 231 157 117 0 33 60 50 32 40 55
Binary 10011001 1101111 1001111 0 11011 110000 101000 11010 100000 101101

Color Harmonies of #996F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F4F

Black with #996F4F

Text Example


Text Example

White with #996F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996F4F; }

 p { color: rgb(153,111,79); }

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

background-color css

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

 a { background-color: rgb(153,111,79); }

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

border-color css

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

 span { border-color: rgb(153,111,79); }

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