#8B645E

Color #8B645E Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #8B645E

Tints of Pharlap #8B645E

Color information

#8B645E (or 0x8B645E) is unknown color: approx Pharlap. HEX triplet: 8B, 64 and 5E. RGB value is (139,100,94). Sum of RGB (Red+Green+Blue) = 139+100+94=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B645E is #749BA1. Grayscale: #6F6F6F. Windows color (decimal): -7642018 or 6186123. OLE color: 6186123.

HSL color Cylindrical-coordinate representation of color #8B645E: hue angle of 8º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B645E is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB13910094-
CMYK00.280.320.45
HSL19.31%45.69%-
HSV(B)32.37%54.51%-
XYZ17.2315.4112.66-
YUV110.98118.42147.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=41.74%
G=30.03%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391009400.280.320.45819.3145.69
Hex8B645E01C202D8132e
Octal2131441360344055102356
Binary1000101111001001011110011100100000101101100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,94); }

 H1.HeaderClassName
 {
   color: #8B645E;
 }
 .AnyTagClassName
 {
   color: #8B645E;
 }
</style>
background-color css

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

 a { background-color: rgb(139,100,94); }

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

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

 span { border-color: rgb(139,100,94); }

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