Html Css Color HEX #986450 Dark Tan

📋 copy color: '#986450'

red 152 ◦ green 100 ◦ blue 80

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

Shades of Dark Tan #986450

Tints of Dark Tan #986450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

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

R = 45.78%
G = 30.12%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#986450 (or 0x986450) is known color: Dark Tan. HEX triplet: 98, 64 and 50. RGB value is (152,100,80). Sum of RGB (Red+Green+Blue) = 152+100+80=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #986450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986450 is #679BAF. Grayscale: #717171. Windows color (decimal): -6790064 or 5268632. OLE color: 5268632.

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

Color convert

RGB 152 100 80 -
CMYK 0 0.34 0.47 0.40
HSL 16.67º 0.31% 0.45% -
HSV(B) 16.67º 0.47% 0.6% -
XYZ 18.95 16.37 9.75 -
YUV 113.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 152 100 80 0 0.34 0.47 0.40 16.67 0.31 0.45
Hex 98 64 50 0 22 2F 28 11 1F 2D
Octal 230 144 120 0 42 57 50 21 37 55
Binary 10011000 1100100 1010000 0 100010 101111 101000 10001 11111 101101

Color Harmonies of #986450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986450

Black with #986450

Text Example


Text Example

White with #986450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986450; }

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

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

background-color css

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

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

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

border-color css

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

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

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