Html Css Color HEX #8B631E Afghan Tan

📋 copy color: '#8B631E'

red 139 ◦ green 99 ◦ blue 30

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

Shades of Afghan Tan #8B631E

Tints of Afghan Tan #8B631E

RGB

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

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

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

R = 51.87%
G = 36.94%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B631E (or 0x8B631E) is known color: Afghan Tan. HEX triplet: 8B, 63 and 1E. RGB value is (139,99,30). Sum of RGB (Red+Green+Blue) = 139+99+30=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B631E is #749CE1. Grayscale: #676767. Windows color (decimal): -7642338 or 1991563. OLE color: 1991563.

HSL color Cylindrical-coordinate representation of color #8B631E: hue angle of 37.98º 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 #8B631E is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 99 30 -
CMYK 0 0.29 0.78 0.45
HSL 37.98º 0.64% 0.33% -
HSV(B) 37.98º 0.78% 0.55% -
XYZ 15.34 14.51 3.22 -
YUV 103.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 139 99 30 0 0.29 0.78 0.45 37.98 0.64 0.33
Hex 8B 63 1E 0 1D 4E 2D 26 40 21
Octal 213 143 36 0 35 116 55 46 100 41
Binary 10001011 1100011 11110 0 11101 1001110 101101 100110 1000000 100001

Color Harmonies of #8B631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B631E

Black with #8B631E

Text Example


Text Example

White with #8B631E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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