#8A6661

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

Shades of Pharlap #8A6661

Tints of Pharlap #8A6661

Color information

#8A6661 (or 0x8A6661) is unknown color: approx Pharlap. HEX triplet: 8A, 66 and 61. RGB value is (138,102,97). Sum of RGB (Red+Green+Blue) = 138+102+97=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6661 is #75999E. Grayscale: #707070. Windows color (decimal): -7707039 or 6383242. OLE color: 6383242.

HSL color Cylindrical-coordinate representation of color #8A6661: hue angle of 7.32º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6661 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13810297-
CMYK00.260.300.46
HSL7.32º17.45%46.08%-
HSV(B)7.32º29.71%54.12%-
XYZ17.3915.7713.44-
YUV112.19119.43146.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=40.95%
G=30.27%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381029700.260.300.467.3217.4546.08
Hex8A666101A1E2E7112e
Octal212146141032365672156
Binary10001010110011011000010110101111010111011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,97); }

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

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

 a { background-color: rgb(138,102,97); }

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

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

 span { border-color: rgb(138,102,97); }

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