Html Css Color HEX #8B6226 Afghan Tan

📋 copy color: '#8B6226'

red 139 ◦ green 98 ◦ blue 38

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

Shades of Afghan Tan #8B6226

Tints of Afghan Tan #8B6226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.82%

R = 50.55%
G = 35.64%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B6226 (or 0x8B6226) is known color: Afghan Tan. HEX triplet: 8B, 62 and 26. RGB value is (139,98,38). Sum of RGB (Red+Green+Blue) = 139+98+38=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6226 is #749DD9. Grayscale: #676767. Windows color (decimal): -7642586 or 2515595. OLE color: 2515595.

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

Color convert

RGB 139 98 38 -
CMYK 0 0.29 0.73 0.45
HSL 35.64º 0.57% 0.35% -
HSV(B) 35.64º 0.73% 0.55% -
XYZ 15.37 14.36 3.8 -
YUV 103.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 139 98 38 0 0.29 0.73 0.45 35.64 0.57 0.35
Hex 8B 62 26 0 1D 49 2D 24 39 23
Octal 213 142 46 0 35 111 55 44 71 43
Binary 10001011 1100010 100110 0 11101 1001001 101101 100100 111001 100011

Color Harmonies of #8B6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6226

Black with #8B6226

Text Example


Text Example

White with #8B6226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,98,38); }

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

background-color css

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

 a { background-color: rgb(139,98,38); }

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

border-color css

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

 span { border-color: rgb(139,98,38); }

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