Html Css Color HEX #986642 Dark Tan

📋 copy color: '#986642'

red 152 ◦ green 102 ◦ blue 66

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

Shades of Dark Tan #986642

Tints of Dark Tan #986642

RGB

 RED value IS 152 (59.77% from 255) = 47.5%

 GREEN value IS 102 (40.23% from 255) = 31.88%

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 47.5%
G = 31.88%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#986642 (or 0x986642) is known color: Dark Tan. HEX triplet: 98, 66 and 42. RGB value is (152,102,66). Sum of RGB (Red+Green+Blue) = 152+102+66=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #986642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986642 is #6799BD. Grayscale: #717171. Windows color (decimal): -6789566 or 4351640. OLE color: 4351640.

HSL color Cylindrical-coordinate representation of color #986642: hue angle of 25.12º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #986642 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 66 -
CMYK 0 0.33 0.57 0.40
HSL 25.12º 0.39% 0.43% -
HSV(B) 25.12º 0.57% 0.6% -
XYZ 18.68 16.57 7.37 -
YUV 112.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 152 102 66 0 0.33 0.57 0.40 25.12 0.39 0.43
Hex 98 66 42 0 21 39 28 19 27 2B
Octal 230 146 102 0 41 71 50 31 47 53
Binary 10011000 1100110 1000010 0 100001 111001 101000 11001 100111 101011

Color Harmonies of #986642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986642

Black with #986642

Text Example


Text Example

White with #986642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986642; }

 p { color: rgb(152,102,66); }

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

background-color css

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

 a { background-color: rgb(152,102,66); }

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

border-color css

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

 span { border-color: rgb(152,102,66); }

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