Html Css Color HEX #986B48 Dark Tan

📋 copy color: '#986B48'

red 152 ◦ green 107 ◦ blue 72

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

Shades of Dark Tan #986B48

Tints of Dark Tan #986B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

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

R = 45.92%
G = 32.33%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#986B48 (or 0x986B48) is known color: Dark Tan. HEX triplet: 98, 6B and 48. RGB value is (152,107,72). Sum of RGB (Red+Green+Blue) = 152+107+72=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #986B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986B48 is #6794B7. Grayscale: #747474. Windows color (decimal): -6788280 or 4746136. OLE color: 4746136.

HSL color Cylindrical-coordinate representation of color #986B48: hue angle of 26.25º 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 #986B48 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 107 72 -
CMYK 0 0.30 0.53 0.40
HSL 26.25º 0.36% 0.44% -
HSV(B) 26.25º 0.53% 0.6% -
XYZ 19.38 17.66 8.52 -
YUV 116.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 152 107 72 0 0.30 0.53 0.40 26.25 0.36 0.44
Hex 98 6B 48 0 1E 35 28 1A 24 2C
Octal 230 153 110 0 36 65 50 32 44 54
Binary 10011000 1101011 1001000 0 11110 110101 101000 11010 100100 101100

Color Harmonies of #986B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B48

Black with #986B48

Text Example


Text Example

White with #986B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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