Html Css Color HEX #86635D Pharlap

📋 copy color: '#86635D'

red 134 ◦ green 99 ◦ blue 93

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

Shades of Pharlap #86635D

Tints of Pharlap #86635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

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

R = 41.1%
G = 30.37%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86635D (or 0x86635D) is known color: Pharlap. HEX triplet: 86, 63 and 5D. RGB value is (134,99,93). Sum of RGB (Red+Green+Blue) = 134+99+93=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86635D is #799CA2. Grayscale: #6C6C6C. Windows color (decimal): -7969955 or 6120326. OLE color: 6120326.

HSL color Cylindrical-coordinate representation of color #86635D: hue angle of 8.78º 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 #86635D is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 93 -
CMYK 0 0.26 0.31 0.47
HSL 8.78º 0.18% 0.45% -
HSV(B) 8.78º 0.31% 0.53% -
XYZ 16.27 14.78 12.35 -
YUV 108.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 134 99 93 0 0.26 0.31 0.47 8.78 0.18 0.45
Hex 86 63 5D 0 1A 1F 2F 9 12 2D
Octal 206 143 135 0 32 37 57 11 22 55
Binary 10000110 1100011 1011101 0 11010 11111 101111 1001 10010 101101

Color Harmonies of #86635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86635D

Black with #86635D

Text Example


Text Example

White with #86635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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