#8B645B

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

Shades of Pharlap #8B645B

Tints of Pharlap #8B645B

Color information

#8B645B (or 0x8B645B) is unknown color: approx Pharlap. HEX triplet: 8B, 64 and 5B. RGB value is (139,100,91). Sum of RGB (Red+Green+Blue) = 139+100+91=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B645B is #749BA4. Grayscale: #6E6E6E. Windows color (decimal): -7642021 or 5989515. OLE color: 5989515.

HSL color Cylindrical-coordinate representation of color #8B645B: hue angle of 11.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B645B is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB13910091-
CMYK00.280.350.45
HSL11.25º20.87%45.1%-
HSV(B)11.25º34.53%54.51%-
XYZ17.0915.3611.96-
YUV110.64116.92148.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=42.12%
G=30.30%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391009100.280.350.4511.2520.8745.1
Hex8B645B01C232Db152d
Octal2131441330344355132555
Binary1000101111001001011011011100100011101101101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,91); }

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

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

 a { background-color: rgb(139,100,91); }

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

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

 span { border-color: rgb(139,100,91); }

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