#8A635C

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

Shades of Pharlap #8A635C

Tints of Pharlap #8A635C

Color information

#8A635C (or 0x8A635C) is unknown color: approx Pharlap. HEX triplet: 8A, 63 and 5C. RGB value is (138,99,92). Sum of RGB (Red+Green+Blue) = 138+99+92=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A635C is #759CA3. Grayscale: #6D6D6D. Windows color (decimal): -7707812 or 6054794. OLE color: 6054794.

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

Color convert

RGB1389992-
CMYK00.280.330.46
HSL9.13º20%45.1%-
HSV(B)9.13º33.33%54.12%-
XYZ16.8715.112.15-
YUV109.86117.92148.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=41.95%
G=30.09%
B=27.96%

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
Decimal138999200.280.330.469.132045.1
Hex8A635C01C212E9142d
Octal2121431340344156112455
Binary1000101011000111011100011100100001101110100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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