Html Css Color HEX #86655F Pharlap

📋 copy color: '#86655F'

red 134 ◦ green 101 ◦ blue 95

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

Shades of Pharlap #86655F

Tints of Pharlap #86655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 40.61%
G = 30.61%
B = 28.79%

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

#86655F (or 0x86655F) is known color: Pharlap. HEX triplet: 86, 65 and 5F. RGB value is (134,101,95). Sum of RGB (Red+Green+Blue) = 134+101+95=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #86655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86655F is #799AA0. Grayscale: #6E6E6E. Windows color (decimal): -7969441 or 6251910. OLE color: 6251910.

HSL color Cylindrical-coordinate representation of color #86655F: hue angle of 9.23º 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 #86655F is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 101 95 -
CMYK 0 0.25 0.29 0.47
HSL 9.23º 0.17% 0.45% -
HSV(B) 9.23º 0.29% 0.53% -
XYZ 16.55 15.2 12.89 -
YUV 110.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 134 101 95 0 0.25 0.29 0.47 9.23 0.17 0.45
Hex 86 65 5F 0 19 1D 2F 9 11 2D
Octal 206 145 137 0 31 35 57 11 21 55
Binary 10000110 1100101 1011111 0 11001 11101 101111 1001 10001 101101

Color Harmonies of #86655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86655F

Black with #86655F

Text Example


Text Example

White with #86655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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