Html Css Color HEX #986D4B Dark Tan

📋 copy color: '#986D4B'

red 152 ◦ green 109 ◦ blue 75

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

Shades of Dark Tan #986D4B

Tints of Dark Tan #986D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 45.24%
G = 32.44%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#986D4B (or 0x986D4B) is known color: Dark Tan. HEX triplet: 98, 6D and 4B. RGB value is (152,109,75). Sum of RGB (Red+Green+Blue) = 152+109+75=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D4B is #6792B4. Grayscale: #767676. Windows color (decimal): -6787765 or 4943256. OLE color: 4943256.

HSL color Cylindrical-coordinate representation of color #986D4B: hue angle of 26.49º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986D4B is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 109 75 -
CMYK 0 0.28 0.51 0.40
HSL 26.49º 0.34% 0.45% -
HSV(B) 26.49º 0.51% 0.6% -
XYZ 19.69 18.12 9.12 -
YUV 117.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 152 109 75 0 0.28 0.51 0.40 26.49 0.34 0.45
Hex 98 6D 4B 0 1C 33 28 1A 22 2D
Octal 230 155 113 0 34 63 50 32 42 55
Binary 10011000 1101101 1001011 0 11100 110011 101000 11010 100010 101101

Color Harmonies of #986D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D4B

Black with #986D4B

Text Example


Text Example

White with #986D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,109,75); }

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

background-color css

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

 a { background-color: rgb(152,109,75); }

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

border-color css

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

 span { border-color: rgb(152,109,75); }

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