Html Css Color HEX #986625 Afghan Tan

📋 copy color: '#986625'

red 152 ◦ green 102 ◦ blue 37

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

Shades of Afghan Tan #986625

Tints of Afghan Tan #986625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

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

R = 52.23%
G = 35.05%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#986625 (or 0x986625) is known color: Afghan Tan. HEX triplet: 98, 66 and 25. RGB value is (152,102,37). Sum of RGB (Red+Green+Blue) = 152+102+37=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #986625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986625 is #6799DA. Grayscale: #6D6D6D. Windows color (decimal): -6789595 or 2451096. OLE color: 2451096.

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

Color convert

RGB 152 102 37 -
CMYK 0 0.33 0.76 0.40
HSL 33.91º 0.61% 0.37% -
HSV(B) 33.91º 0.76% 0.6% -
XYZ 18.03 16.31 3.95 -
YUV 109.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 152 102 37 0 0.33 0.76 0.40 33.91 0.61 0.37
Hex 98 66 25 0 21 4C 28 22 3D 25
Octal 230 146 45 0 41 114 50 42 75 45
Binary 10011000 1100110 100101 0 100001 1001100 101000 100010 111101 100101

Color Harmonies of #986625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986625

Black with #986625

Text Example


Text Example

White with #986625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986625; }

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

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

background-color css

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

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

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

border-color css

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

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

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