Html Css Color HEX #986750 Dark Tan

📋 copy color: '#986750'

red 152 ◦ green 103 ◦ blue 80

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

Shades of Dark Tan #986750

Tints of Dark Tan #986750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 45.37%
G = 30.75%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#986750 (or 0x986750) is known color: Dark Tan. HEX triplet: 98, 67 and 50. RGB value is (152,103,80). Sum of RGB (Red+Green+Blue) = 152+103+80=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #986750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986750 is #6798AF. Grayscale: #737373. Windows color (decimal): -6789296 or 5269400. OLE color: 5269400.

HSL color Cylindrical-coordinate representation of color #986750: hue angle of 19.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986750 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 80 -
CMYK 0 0.32 0.47 0.40
HSL 19.17º 0.31% 0.45% -
HSV(B) 19.17º 0.47% 0.6% -
XYZ 19.25 16.96 9.85 -
YUV 115.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 152 103 80 0 0.32 0.47 0.40 19.17 0.31 0.45
Hex 98 67 50 0 20 2F 28 13 1F 2D
Octal 230 147 120 0 40 57 50 23 37 55
Binary 10011000 1100111 1010000 0 100000 101111 101000 10011 11111 101101

Color Harmonies of #986750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986750

Black with #986750

Text Example


Text Example

White with #986750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986750; }

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

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

background-color css

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

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

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

border-color css

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

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

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