Html Css Color HEX #86655E Pharlap

📋 copy color: '#86655E'

red 134 ◦ green 101 ◦ blue 94

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

Shades of Pharlap #86655E

Tints of Pharlap #86655E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 40.73%
G = 30.7%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#86655E (or 0x86655E) is known color: Pharlap. HEX triplet: 86, 65 and 5E. RGB value is (134,101,94). Sum of RGB (Red+Green+Blue) = 134+101+94=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86655E is #799AA1. Grayscale: #6E6E6E. Windows color (decimal): -7969442 or 6186374. OLE color: 6186374.

HSL color Cylindrical-coordinate representation of color #86655E: hue angle of 10.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86655E is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 101 94 -
CMYK 0 0.25 0.30 0.47
HSL 10.5º 0.18% 0.45% -
HSV(B) 10.5º 0.3% 0.53% -
XYZ 16.51 15.18 12.65 -
YUV 110.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 134 101 94 0 0.25 0.30 0.47 10.5 0.18 0.45
Hex 86 65 5E 0 19 1E 2F A 12 2D
Octal 206 145 136 0 31 36 57 12 22 55
Binary 10000110 1100101 1011110 0 11001 11110 101111 1010 10010 101101

Color Harmonies of #86655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86655E

Black with #86655E

Text Example


Text Example

White with #86655E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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