#8A635E

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

Shades of Pharlap #8A635E

Tints of Pharlap #8A635E

Color information

#8A635E (or 0x8A635E) is unknown color: approx Pharlap. HEX triplet: 8A, 63 and 5E. RGB value is (138,99,94). Sum of RGB (Red+Green+Blue) = 138+99+94=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A635E is #759CA1. Grayscale: #6E6E6E. Windows color (decimal): -7707810 or 6185866. OLE color: 6185866.

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

Color convert

RGB1389994-
CMYK00.280.320.46
HSL6.82º18.97%45.49%-
HSV(B)6.82º31.88%54.12%-
XYZ16.9615.1412.62-
YUV110.09118.92147.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=41.69%
G=29.91%
B=28.40%

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
Decimal138999400.280.320.466.8218.9745.49
Hex8A635E01C202E7132d
Octal212143136034405672355
Binary100010101100011101111001110010000010111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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