Html Css Color HEX #996745 Dark Tan

📋 copy color: '#996745'

red 153 ◦ green 103 ◦ blue 69

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

Shades of Dark Tan #996745

Tints of Dark Tan #996745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 47.08%
G = 31.69%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#996745 (or 0x996745) is known color: Dark Tan. HEX triplet: 99, 67 and 45. RGB value is (153,103,69). Sum of RGB (Red+Green+Blue) = 153+103+69=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #996745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996745 is #6698BA. Grayscale: #727272. Windows color (decimal): -6723771 or 4548505. OLE color: 4548505.

HSL color Cylindrical-coordinate representation of color #996745: hue angle of 24.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #996745 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 69 -
CMYK 0 0.33 0.55 0.4
HSL 24.29º 0.38% 0.44% -
HSV(B) 24.29º 0.55% 0.6% -
XYZ 19.06 16.9 7.89 -
YUV 114.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 153 103 69 0 0.33 0.55 0.4 24.29 0.38 0.44
Hex 99 67 45 0 21 37 28 18 26 2C
Octal 231 147 105 0 41 67 50 30 46 54
Binary 10011001 1100111 1000101 0 100001 110111 101000 11000 100110 101100

Color Harmonies of #996745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996745

Black with #996745

Text Example


Text Example

White with #996745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996745; }

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

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

background-color css

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

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

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

border-color css

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

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

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