#8B635E

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

Shades of Pharlap #8B635E

Tints of Pharlap #8B635E

Color information

#8B635E (or 0x8B635E) is unknown color: approx Pharlap. HEX triplet: 8B, 63 and 5E. RGB value is (139,99,94). Sum of RGB (Red+Green+Blue) = 139+99+94=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B635E is #749CA1. Grayscale: #6E6E6E. Windows color (decimal): -7642274 or 6185867. OLE color: 6185867.

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

Color convert

RGB1399994-
CMYK00.290.320.45
HSL6.67º19.31%45.69%-
HSV(B)6.67º32.37%54.51%-
XYZ17.1315.2212.62-
YUV110.39118.75148.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=41.87%
G=29.82%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139999400.290.320.456.6719.3145.69
Hex8B635E01D202D7132e
Octal213143136035405572356
Binary100010111100011101111001110110000010110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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