Html Css Color HEX #986C48 Dark Tan

📋 copy color: '#986C48'

red 152 ◦ green 108 ◦ blue 72

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

Shades of Dark Tan #986C48

Tints of Dark Tan #986C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 45.78%
G = 32.53%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#986C48 (or 0x986C48) is known color: Dark Tan. HEX triplet: 98, 6C and 48. RGB value is (152,108,72). Sum of RGB (Red+Green+Blue) = 152+108+72=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #986C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C48 is #6793B7. Grayscale: #757575. Windows color (decimal): -6788024 or 4746392. OLE color: 4746392.

HSL color Cylindrical-coordinate representation of color #986C48: hue angle of 27º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #986C48 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 108 72 -
CMYK 0 0.29 0.53 0.40
HSL 27º 0.36% 0.44% -
HSV(B) 27º 0.53% 0.6% -
XYZ 19.48 17.87 8.55 -
YUV 117.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 152 108 72 0 0.29 0.53 0.40 27 0.36 0.44
Hex 98 6C 48 0 1D 35 28 1B 24 2C
Octal 230 154 110 0 35 65 50 33 44 54
Binary 10011000 1101100 1001000 0 11101 110101 101000 11011 100100 101100

Color Harmonies of #986C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C48

Black with #986C48

Text Example


Text Example

White with #986C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986C48; }

 p { color: rgb(152,108,72); }

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

background-color css

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

 a { background-color: rgb(152,108,72); }

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

border-color css

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

 span { border-color: rgb(152,108,72); }

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