Html Css Color HEX #86645F Pharlap

📋 copy color: '#86645F'

red 134 ◦ green 100 ◦ blue 95

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

Shades of Pharlap #86645F

Tints of Pharlap #86645F

RGB

 RED value IS 134 (52.73% from 255) = 40.73%

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

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

R = 40.73%
G = 30.4%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86645F (or 0x86645F) is known color: Pharlap. HEX triplet: 86, 64 and 5F. RGB value is (134,100,95). Sum of RGB (Red+Green+Blue) = 134+100+95=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86645F is #799BA0. Grayscale: #6D6D6D. Windows color (decimal): -7969697 or 6251654. OLE color: 6251654.

HSL color Cylindrical-coordinate representation of color #86645F: hue angle of 7.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86645F is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 95 -
CMYK 0 0.25 0.29 0.47
HSL 7.69º 0.17% 0.45% -
HSV(B) 7.69º 0.29% 0.53% -
XYZ 16.45 15.01 12.86 -
YUV 109.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 134 100 95 0 0.25 0.29 0.47 7.69 0.17 0.45
Hex 86 64 5F 0 19 1D 2F 8 11 2D
Octal 206 144 137 0 31 35 57 10 21 55
Binary 10000110 1100100 1011111 0 11001 11101 101111 1000 10001 101101

Color Harmonies of #86645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86645F

Black with #86645F

Text Example


Text Example

White with #86645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86645F; }

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

 H1.HeaderClassName
 {
   color: #86645F;
 }
 .AnyTagClassName
 {
   color: #86645F;
 }
</style>

background-color css

<style>
 a { background-color: #86645F; }

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

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

border-color css

<style>
 span { border-color: #86645F; }

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

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