#8A645E

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

Shades of Pharlap #8A645E

Tints of Pharlap #8A645E

Color information

#8A645E (or 0x8A645E) is unknown color: approx Pharlap. HEX triplet: 8A, 64 and 5E. RGB value is (138,100,94). Sum of RGB (Red+Green+Blue) = 138+100+94=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A645E is #759BA1. Grayscale: #6E6E6E. Windows color (decimal): -7707554 or 6186122. OLE color: 6186122.

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

Color convert

RGB13810094-
CMYK00.280.320.46
HSL8.18º18.97%45.49%-
HSV(B)8.18º31.88%54.12%-
XYZ17.0615.3312.65-
YUV110.68118.59147.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=41.57%
G=30.12%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381009400.280.320.468.1818.9745.49
Hex8A645E01C202E8132d
Octal2121441360344056102355
Binary1000101011001001011110011100100000101110100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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