Html Css Color HEX #8C6225 Afghan Tan

📋 copy color: '#8C6225'

red 140 ◦ green 98 ◦ blue 37

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

Shades of Afghan Tan #8C6225

Tints of Afghan Tan #8C6225

RGB

 RED value IS 140 (55.08% from 255) = 50.91%

 GREEN value IS 98 (38.67% from 255) = 35.64%

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

R = 50.91%
G = 35.64%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C6225 (or 0x8C6225) is known color: Afghan Tan. HEX triplet: 8C, 62 and 25. RGB value is (140,98,37). Sum of RGB (Red+Green+Blue) = 140+98+37=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6225 is #739DDA. Grayscale: #676767. Windows color (decimal): -7577051 or 2450060. OLE color: 2450060.

HSL color Cylindrical-coordinate representation of color #8C6225: hue angle of 35.53º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C6225 is Cyan = 0, Magento = 0.3, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 98 37 -
CMYK 0 0.3 0.74 0.45
HSL 35.53º 0.58% 0.35% -
HSV(B) 35.53º 0.74% 0.55% -
XYZ 15.52 14.44 3.72 -
YUV 103.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 140 98 37 0 0.3 0.74 0.45 35.53 0.58 0.35
Hex 8C 62 25 0 1E 4A 2D 24 3A 23
Octal 214 142 45 0 36 112 55 44 72 43
Binary 10001100 1100010 100101 0 11110 1001010 101101 100100 111010 100011

Color Harmonies of #8C6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6225

Black with #8C6225

Text Example


Text Example

White with #8C6225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6225; }

 p { color: rgb(140,98,37); }

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

background-color css

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

 a { background-color: rgb(140,98,37); }

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

border-color css

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

 span { border-color: rgb(140,98,37); }

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