Html Css Color HEX #996551 Dark Tan

📋 copy color: '#996551'

red 153 ◦ green 101 ◦ blue 81

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

Shades of Dark Tan #996551

Tints of Dark Tan #996551

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

 BLUE value IS 81 (32.03% from 255) = 24.18%

R = 45.67%
G = 30.15%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#996551 (or 0x996551) is known color: Dark Tan. HEX triplet: 99, 65 and 51. RGB value is (153,101,81). Sum of RGB (Red+Green+Blue) = 153+101+81=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996551 is #669AAE. Grayscale: #727272. Windows color (decimal): -6724271 or 5334425. OLE color: 5334425.

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

Color convert

RGB 153 101 81 -
CMYK 0 0.34 0.47 0.4
HSL 16.67º 0.31% 0.46% -
HSV(B) 16.67º 0.47% 0.6% -
XYZ 19.28 16.67 9.99 -
YUV 114.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 153 101 81 0 0.34 0.47 0.4 16.67 0.31 0.46
Hex 99 65 51 0 22 2F 28 11 1F 2E
Octal 231 145 121 0 42 57 50 21 37 56
Binary 10011001 1100101 1010001 0 100010 101111 101000 10001 11111 101110

Color Harmonies of #996551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996551

Black with #996551

Text Example


Text Example

White with #996551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996551; }

 p { color: rgb(153,101,81); }

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

background-color css

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

 a { background-color: rgb(153,101,81); }

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

border-color css

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

 span { border-color: rgb(153,101,81); }

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