Html Css Color HEX #98642A Afghan Tan

📋 copy color: '#98642A'

red 152 ◦ green 100 ◦ blue 42

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

Shades of Afghan Tan #98642A

Tints of Afghan Tan #98642A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 51.7%
G = 34.01%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98642A (or 0x98642A) is known color: Afghan Tan. HEX triplet: 98, 64 and 2A. RGB value is (152,100,42). Sum of RGB (Red+Green+Blue) = 152+100+42=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98642A is #679BD5. Grayscale: #6D6D6D. Windows color (decimal): -6790102 or 2778264. OLE color: 2778264.

HSL color Cylindrical-coordinate representation of color #98642A: hue angle of 31.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98642A is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 42 -
CMYK 0 0.34 0.72 0.40
HSL 31.64º 0.57% 0.38% -
HSV(B) 31.64º 0.72% 0.6% -
XYZ 17.92 15.96 4.33 -
YUV 108.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 152 100 42 0 0.34 0.72 0.40 31.64 0.57 0.38
Hex 98 64 2A 0 22 48 28 20 39 26
Octal 230 144 52 0 42 110 50 40 71 46
Binary 10011000 1100100 101010 0 100010 1001000 101000 100000 111001 100110

Color Harmonies of #98642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98642A

Black with #98642A

Text Example


Text Example

White with #98642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98642A; }

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

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

background-color css

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

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

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

border-color css

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

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

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