Html Css Color HEX #98632C Afghan Tan

📋 copy color: '#98632C'

red 152 ◦ green 99 ◦ blue 44

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

Shades of Afghan Tan #98632C

Tints of Afghan Tan #98632C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 51.53%
G = 33.56%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98632C (or 0x98632C) is known color: Afghan Tan. HEX triplet: 98, 63 and 2C. RGB value is (152,99,44). Sum of RGB (Red+Green+Blue) = 152+99+44=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98632C is #679CD3. Grayscale: #6C6C6C. Windows color (decimal): -6790356 or 2909080. OLE color: 2909080.

HSL color Cylindrical-coordinate representation of color #98632C: hue angle of 30.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98632C is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 99 44 -
CMYK 0 0.35 0.71 0.40
HSL 30.56º 0.55% 0.38% -
HSV(B) 30.56º 0.71% 0.6% -
XYZ 17.87 15.78 4.49 -
YUV 108.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 152 99 44 0 0.35 0.71 0.40 30.56 0.55 0.38
Hex 98 63 2C 0 23 47 28 1F 37 26
Octal 230 143 54 0 43 107 50 37 67 46
Binary 10011000 1100011 101100 0 100011 1000111 101000 11111 110111 100110

Color Harmonies of #98632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98632C

Black with #98632C

Text Example


Text Example

White with #98632C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98632C; }

 p { color: rgb(152,99,44); }

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

background-color css

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

 a { background-color: rgb(152,99,44); }

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

border-color css

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

 span { border-color: rgb(152,99,44); }

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