Html Css Color HEX #996750 Dark Tan

📋 copy color: '#996750'

red 153 ◦ green 103 ◦ blue 80

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

Shades of Dark Tan #996750

Tints of Dark Tan #996750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 45.54%
G = 30.65%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#996750 (or 0x996750) is known color: Dark Tan. HEX triplet: 99, 67 and 50. RGB value is (153,103,80). Sum of RGB (Red+Green+Blue) = 153+103+80=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #996750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996750 is #6698AF. Grayscale: #737373. Windows color (decimal): -6723760 or 5269401. OLE color: 5269401.

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

Color convert

RGB 153 103 80 -
CMYK 0 0.33 0.48 0.4
HSL 18.9º 0.31% 0.46% -
HSV(B) 18.9º 0.48% 0.6% -
XYZ 19.44 17.05 9.86 -
YUV 115.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 153 103 80 0 0.33 0.48 0.4 18.9 0.31 0.46
Hex 99 67 50 0 21 30 28 13 1F 2E
Octal 231 147 120 0 41 60 50 23 37 56
Binary 10011001 1100111 1010000 0 100001 110000 101000 10011 11111 101110

Color Harmonies of #996750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996750

Black with #996750

Text Example


Text Example

White with #996750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996750; }

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

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

background-color css

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

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

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

border-color css

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

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

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