Html Css Color HEX #996345 Dark Tan

📋 copy color: '#996345'

red 153 ◦ green 99 ◦ blue 69

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

Shades of Dark Tan #996345

Tints of Dark Tan #996345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.84%

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

R = 47.66%
G = 30.84%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#996345 (or 0x996345) is known color: Dark Tan. HEX triplet: 99, 63 and 45. RGB value is (153,99,69). Sum of RGB (Red+Green+Blue) = 153+99+69=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #996345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996345 is #669CBA. Grayscale: #6F6F6F. Windows color (decimal): -6724795 or 4547481. OLE color: 4547481.

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

Color convert

RGB 153 99 69 -
CMYK 0 0.35 0.55 0.4
HSL 21.43º 0.38% 0.44% -
HSV(B) 21.43º 0.55% 0.6% -
XYZ 18.67 16.13 7.76 -
YUV 111.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 153 99 69 0 0.35 0.55 0.4 21.43 0.38 0.44
Hex 99 63 45 0 23 37 28 15 26 2C
Octal 231 143 105 0 43 67 50 25 46 54
Binary 10011001 1100011 1000101 0 100011 110111 101000 10101 100110 101100

Color Harmonies of #996345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996345

Black with #996345

Text Example


Text Example

White with #996345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996345; }

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

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

background-color css

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

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

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

border-color css

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

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

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