Html Css Color HEX #986748 Dark Tan

📋 copy color: '#986748'

red 152 ◦ green 103 ◦ blue 72

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

Shades of Dark Tan #986748

Tints of Dark Tan #986748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

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

R = 46.48%
G = 31.5%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#986748 (or 0x986748) is known color: Dark Tan. HEX triplet: 98, 67 and 48. RGB value is (152,103,72). Sum of RGB (Red+Green+Blue) = 152+103+72=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #986748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986748 is #6798B7. Grayscale: #727272. Windows color (decimal): -6789304 or 4745112. OLE color: 4745112.

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

Color convert

RGB 152 103 72 -
CMYK 0 0.32 0.53 0.40
HSL 23.25º 0.36% 0.44% -
HSV(B) 23.25º 0.53% 0.6% -
XYZ 18.97 16.84 8.38 -
YUV 114.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 152 103 72 0 0.32 0.53 0.40 23.25 0.36 0.44
Hex 98 67 48 0 20 35 28 17 24 2C
Octal 230 147 110 0 40 65 50 27 44 54
Binary 10011000 1100111 1001000 0 100000 110101 101000 10111 100100 101100

Color Harmonies of #986748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986748

Black with #986748

Text Example


Text Example

White with #986748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986748; }

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

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

background-color css

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

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

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

border-color css

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

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

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