Html Css Color HEX #8B601D Afghan Tan

📋 copy color: '#8B601D'

red 139 ◦ green 96 ◦ blue 29

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

Shades of Afghan Tan #8B601D

Tints of Afghan Tan #8B601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 52.65%
G = 36.36%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8B601D (or 0x8B601D) is known color: Afghan Tan. HEX triplet: 8B, 60 and 1D. RGB value is (139,96,29). Sum of RGB (Red+Green+Blue) = 139+96+29=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B601D is #749FE2. Grayscale: #656565. Windows color (decimal): -7643107 or 1925259. OLE color: 1925259.

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

Color convert

RGB 139 96 29 -
CMYK 0 0.31 0.79 0.45
HSL 36.55º 0.65% 0.33% -
HSV(B) 36.55º 0.79% 0.55% -
XYZ 15.05 13.94 3.06 -
YUV 101.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 139 96 29 0 0.31 0.79 0.45 36.55 0.65 0.33
Hex 8B 60 1D 0 1F 4F 2D 25 41 21
Octal 213 140 35 0 37 117 55 45 101 41
Binary 10001011 1100000 11101 0 11111 1001111 101101 100101 1000001 100001

Color Harmonies of #8B601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B601D

Black with #8B601D

Text Example


Text Example

White with #8B601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,96,29); }

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

background-color css

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

 a { background-color: rgb(139,96,29); }

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

border-color css

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

 span { border-color: rgb(139,96,29); }

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