Html Css Color HEX #986348 Dark Tan

📋 copy color: '#986348'

red 152 ◦ green 99 ◦ blue 72

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

Shades of Dark Tan #986348

Tints of Dark Tan #986348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

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

R = 47.06%
G = 30.65%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#986348 (or 0x986348) is known color: Dark Tan. HEX triplet: 98, 63 and 48. RGB value is (152,99,72). Sum of RGB (Red+Green+Blue) = 152+99+72=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #986348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986348 is #679CB7. Grayscale: #6F6F6F. Windows color (decimal): -6790328 or 4744088. OLE color: 4744088.

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

Color convert

RGB 152 99 72 -
CMYK 0 0.35 0.53 0.40
HSL 20.25º 0.36% 0.44% -
HSV(B) 20.25º 0.53% 0.6% -
XYZ 18.58 16.07 8.25 -
YUV 111.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 152 99 72 0 0.35 0.53 0.40 20.25 0.36 0.44
Hex 98 63 48 0 23 35 28 14 24 2C
Octal 230 143 110 0 43 65 50 24 44 54
Binary 10011000 1100011 1001000 0 100011 110101 101000 10100 100100 101100

Color Harmonies of #986348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986348

Black with #986348

Text Example


Text Example

White with #986348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986348; }

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

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

background-color css

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

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

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

border-color css

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

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

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