#8B6962

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

Shades of Pharlap #8B6962

Tints of Pharlap #8B6962

Color information

#8B6962 (or 0x8B6962) is unknown color: approx Pharlap. HEX triplet: 8B, 69 and 62. RGB value is (139,105,98). Sum of RGB (Red+Green+Blue) = 139+105+98=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6962 is #74969D. Grayscale: #727272. Windows color (decimal): -7640734 or 6449547. OLE color: 6449547.

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

Color convert

RGB13910598-
CMYK00.240.290.45
HSL10.24º17.3%46.47%-
HSV(B)10.24º29.5%54.51%-
XYZ17.916.4713.79-
YUV114.37118.76145.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=40.64%
G=30.70%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391059800.240.290.4510.2417.346.47
Hex8B69620181D2Da112e
Octal2131511420303555122156
Binary100010111101001110001001100011101101101101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,98); }

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

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

 a { background-color: rgb(139,105,98); }

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

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

 span { border-color: rgb(139,105,98); }

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