#8A645D

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

Shades of Pharlap #8A645D

Tints of Pharlap #8A645D

Color information

#8A645D (or 0x8A645D) is unknown color: approx Pharlap. HEX triplet: 8A, 64 and 5D. RGB value is (138,100,93). Sum of RGB (Red+Green+Blue) = 138+100+93=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A645D is #759BA2. Grayscale: #6E6E6E. Windows color (decimal): -7707555 or 6120586. OLE color: 6120586.

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

Color convert

RGB13810093-
CMYK00.280.330.46
HSL9.33º19.48%45.29%-
HSV(B)9.33º32.61%54.12%-
XYZ17.0115.3112.41-
YUV110.56118.09147.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=41.69%
G=30.21%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381009300.280.330.469.3319.4845.29
Hex8A645D01C212E9132d
Octal2121441350344156112355
Binary1000101011001001011101011100100001101110100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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