Html Css Color HEX #86615D Pharlap

📋 copy color: '#86615D'

red 134 ◦ green 97 ◦ blue 93

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

Shades of Pharlap #86615D

Tints of Pharlap #86615D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 41.36%
G = 29.94%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86615D (or 0x86615D) is known color: Pharlap. HEX triplet: 86, 61 and 5D. RGB value is (134,97,93). Sum of RGB (Red+Green+Blue) = 134+97+93=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #86615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86615D is #799EA2. Grayscale: #6B6B6B. Windows color (decimal): -7970467 or 6119814. OLE color: 6119814.

HSL color Cylindrical-coordinate representation of color #86615D: hue angle of 5.85º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86615D is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 97 93 -
CMYK 0 0.28 0.31 0.47
HSL 5.85º 0.18% 0.45% -
HSV(B) 5.85º 0.31% 0.53% -
XYZ 16.08 14.41 12.29 -
YUV 107.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 134 97 93 0 0.28 0.31 0.47 5.85 0.18 0.45
Hex 86 61 5D 0 1C 1F 2F 6 12 2D
Octal 206 141 135 0 34 37 57 6 22 55
Binary 10000110 1100001 1011101 0 11100 11111 101111 110 10010 101101

Color Harmonies of #86615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86615D

Black with #86615D

Text Example


Text Example

White with #86615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86615D; }

 p { color: rgb(134,97,93); }

 H1.HeaderClassName
 {
   color: #86615D;
 }
 .AnyTagClassName
 {
   color: #86615D;
 }
</style>

background-color css

<style>
 a { background-color: #86615D; }

 a { background-color: rgb(134,97,93); }

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

border-color css

<style>
 span { border-color: #86615D; }

 span { border-color: rgb(134,97,93); }

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