Html Css Color HEX #8B645F Pharlap

📋 copy color: '#8B645F'

red 139 ◦ green 100 ◦ blue 95

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

Shades of Pharlap #8B645F

Tints of Pharlap #8B645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 41.62%
G = 29.94%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B645F (or 0x8B645F) is known color: Pharlap. HEX triplet: 8B, 64 and 5F. RGB value is (139,100,95). Sum of RGB (Red+Green+Blue) = 139+100+95=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B645F is #749BA0. Grayscale: #6F6F6F. Windows color (decimal): -7642017 or 6251659. OLE color: 6251659.

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

Color convert

RGB 139 100 95 -
CMYK 0 0.28 0.32 0.45
HSL 6.82º 0.19% 0.46% -
HSV(B) 6.82º 0.32% 0.55% -
XYZ 17.27 15.43 12.89 -
YUV 111.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 139 100 95 0 0.28 0.32 0.45 6.82 0.19 0.46
Hex 8B 64 5F 0 1C 20 2D 7 13 2E
Octal 213 144 137 0 34 40 55 7 23 56
Binary 10001011 1100100 1011111 0 11100 100000 101101 111 10011 101110

Color Harmonies of #8B645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B645F

Black with #8B645F

Text Example


Text Example

White with #8B645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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