Html Css Color HEX #986652 Dark Tan

📋 copy color: '#986652'

red 152 ◦ green 102 ◦ blue 82

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

Shades of Dark Tan #986652

Tints of Dark Tan #986652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.4%

R = 45.24%
G = 30.36%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#986652 (or 0x986652) is known color: Dark Tan. HEX triplet: 98, 66 and 52. RGB value is (152,102,82). Sum of RGB (Red+Green+Blue) = 152+102+82=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986652 is #6799AD. Grayscale: #727272. Windows color (decimal): -6789550 or 5400216. OLE color: 5400216.

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

Color convert

RGB 152 102 82 -
CMYK 0 0.33 0.46 0.40
HSL 17.14º 0.3% 0.46% -
HSV(B) 17.14º 0.46% 0.6% -
XYZ 19.22 16.79 10.21 -
YUV 114.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 152 102 82 0 0.33 0.46 0.40 17.14 0.3 0.46
Hex 98 66 52 0 21 2E 28 11 1E 2E
Octal 230 146 122 0 41 56 50 21 36 56
Binary 10011000 1100110 1010010 0 100001 101110 101000 10001 11110 101110

Color Harmonies of #986652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986652

Black with #986652

Text Example


Text Example

White with #986652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986652; }

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

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

background-color css

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

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

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

border-color css

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

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

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