Html Css Color HEX #986425 Afghan Tan

📋 copy color: '#986425'

red 152 ◦ green 100 ◦ blue 37

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

Shades of Afghan Tan #986425

Tints of Afghan Tan #986425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 52.6%
G = 34.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#986425 (or 0x986425) is known color: Afghan Tan. HEX triplet: 98, 64 and 25. RGB value is (152,100,37). Sum of RGB (Red+Green+Blue) = 152+100+37=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #986425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986425 is #679BDA. Grayscale: #6C6C6C. Windows color (decimal): -6790107 or 2450584. OLE color: 2450584.

HSL color Cylindrical-coordinate representation of color #986425: hue angle of 32.87º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #986425 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 37 -
CMYK 0 0.34 0.76 0.40
HSL 32.87º 0.61% 0.37% -
HSV(B) 32.87º 0.76% 0.6% -
XYZ 17.84 15.92 3.88 -
YUV 108.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 152 100 37 0 0.34 0.76 0.40 32.87 0.61 0.37
Hex 98 64 25 0 22 4C 28 21 3D 25
Octal 230 144 45 0 42 114 50 41 75 45
Binary 10011000 1100100 100101 0 100010 1001100 101000 100001 111101 100101

Color Harmonies of #986425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986425

Black with #986425

Text Example


Text Example

White with #986425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986425; }

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

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

background-color css

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

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

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

border-color css

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

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

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