Html Css Color HEX #8B611E Afghan Tan

📋 copy color: '#8B611E'

red 139 ◦ green 97 ◦ blue 30

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

Shades of Afghan Tan #8B611E

Tints of Afghan Tan #8B611E

RGB

 RED value IS 139 (54.69% from 255) = 52.26%

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 52.26%
G = 36.47%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B611E (or 0x8B611E) is known color: Afghan Tan. HEX triplet: 8B, 61 and 1E. RGB value is (139,97,30). Sum of RGB (Red+Green+Blue) = 139+97+30=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B611E is #749EE1. Grayscale: #666666. Windows color (decimal): -7642850 or 1991051. OLE color: 1991051.

HSL color Cylindrical-coordinate representation of color #8B611E: hue angle of 36.88º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B611E is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 97 30 -
CMYK 0 0.30 0.78 0.45
HSL 36.88º 0.64% 0.33% -
HSV(B) 36.88º 0.78% 0.55% -
XYZ 15.16 14.13 3.16 -
YUV 101.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 139 97 30 0 0.30 0.78 0.45 36.88 0.64 0.33
Hex 8B 61 1E 0 1E 4E 2D 25 40 21
Octal 213 141 36 0 36 116 55 45 100 41
Binary 10001011 1100001 11110 0 11110 1001110 101101 100101 1000000 100001

Color Harmonies of #8B611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B611E

Black with #8B611E

Text Example


Text Example

White with #8B611E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,97,30); }

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

background-color css

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

 a { background-color: rgb(139,97,30); }

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

border-color css

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

 span { border-color: rgb(139,97,30); }

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