Html Css Color HEX #986148 Dark Tan

📋 copy color: '#986148'

red 152 ◦ green 97 ◦ blue 72

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

Shades of Dark Tan #986148

Tints of Dark Tan #986148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

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

R = 47.35%
G = 30.22%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#986148 (or 0x986148) is known color: Dark Tan. HEX triplet: 98, 61 and 48. RGB value is (152,97,72). Sum of RGB (Red+Green+Blue) = 152+97+72=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #986148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986148 is #679EB7. Grayscale: #6E6E6E. Windows color (decimal): -6790840 or 4743576. OLE color: 4743576.

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

Color convert

RGB 152 97 72 -
CMYK 0 0.36 0.53 0.40
HSL 18.75º 0.36% 0.44% -
HSV(B) 18.75º 0.53% 0.6% -
XYZ 18.39 15.69 8.19 -
YUV 110.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 152 97 72 0 0.36 0.53 0.40 18.75 0.36 0.44
Hex 98 61 48 0 24 35 28 13 24 2C
Octal 230 141 110 0 44 65 50 23 44 54
Binary 10011000 1100001 1001000 0 100100 110101 101000 10011 100100 101100

Color Harmonies of #986148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986148

Black with #986148

Text Example


Text Example

White with #986148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986148; }

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

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

background-color css

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

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

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

border-color css

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

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

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