Html Css Color HEX #8B6159 Pharlap

📋 copy color: '#8B6159'

red 139 ◦ green 97 ◦ blue 89

#8B6159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #8B6159

Tints of Pharlap #8B6159

RGB

 RED value IS 139 (54.69% from 255) = 42.77%

 GREEN value IS 97 (38.28% from 255) = 29.85%

 BLUE value IS 89 (35.16% from 255) = 27.38%

R = 42.77%
G = 29.85%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8B6159 (or 0x8B6159) is known color: Pharlap. HEX triplet: 8B, 61 and 59. RGB value is (139,97,89). Sum of RGB (Red+Green+Blue) = 139+97+89=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6159 is #749EA6. Grayscale: #6C6C6C. Windows color (decimal): -7642791 or 5857675. OLE color: 5857675.

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

Color convert

RGB 139 97 89 -
CMYK 0 0.30 0.36 0.45
HSL 9.6º 0.22% 0.45% -
HSV(B) 9.6º 0.36% 0.55% -
XYZ 16.73 14.76 11.42 -
YUV 108.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 139 97 89 0 0.30 0.36 0.45 9.6 0.22 0.45
Hex 8B 61 59 0 1E 24 2D A 16 2D
Octal 213 141 131 0 36 44 55 12 26 55
Binary 10001011 1100001 1011001 0 11110 100100 101101 1010 10110 101101

Color Harmonies of #8B6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6159

Black with #8B6159

Text Example


Text Example

White with #8B6159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,97,89); }

 H1.HeaderClassName
 {
   color: #8B6159;
 }
 .AnyTagClassName
 {
   color: #8B6159;
 }
</style>

background-color css

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

 a { background-color: rgb(139,97,89); }

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

border-color css

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

 span { border-color: rgb(139,97,89); }

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