#8A645C

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

Shades of Pharlap #8A645C

Tints of Pharlap #8A645C

Color information

#8A645C (or 0x8A645C) is unknown color: approx Pharlap. HEX triplet: 8A, 64 and 5C. RGB value is (138,100,92). Sum of RGB (Red+Green+Blue) = 138+100+92=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 138 - color contains mainly: red. Hex color #8A645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A645C is #759BA3. Grayscale: #6E6E6E. Windows color (decimal): -7707556 or 6055050. OLE color: 6055050.

HSL color Cylindrical-coordinate representation of color #8A645C: hue angle of 10.43º degrees, saturation: 0.2, 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 #8A645C is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB13810092-
CMYK00.280.330.46
HSL10.43º20%45.1%-
HSV(B)10.43º33.33%54.12%-
XYZ16.9715.2912.18-
YUV110.45117.59147.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.82%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=41.82%
G=30.30%
B=27.88%

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
Decimal1381009200.280.330.4610.432045.1
Hex8A645C01C212Ea142d
Octal2121441340344156122455
Binary1000101011001001011100011100100001101110101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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