Html Css Color HEX #86635E Pharlap

📋 copy color: '#86635E'

red 134 ◦ green 99 ◦ blue 94

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

Shades of Pharlap #86635E

Tints of Pharlap #86635E

RGB

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

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

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

R = 40.98%
G = 30.28%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#86635E (or 0x86635E) is known color: Pharlap. HEX triplet: 86, 63 and 5E. RGB value is (134,99,94). Sum of RGB (Red+Green+Blue) = 134+99+94=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86635E is #799CA1. Grayscale: #6C6C6C. Windows color (decimal): -7969954 or 6185862. OLE color: 6185862.

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

Color convert

RGB 134 99 94 -
CMYK 0 0.26 0.30 0.47
HSL 7.5º 0.18% 0.45% -
HSV(B) 7.5º 0.3% 0.53% -
XYZ 16.31 14.8 12.59 -
YUV 108.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 134 99 94 0 0.26 0.30 0.47 7.5 0.18 0.45
Hex 86 63 5E 0 1A 1E 2F 8 12 2D
Octal 206 143 136 0 32 36 57 10 22 55
Binary 10000110 1100011 1011110 0 11010 11110 101111 1000 10010 101101

Color Harmonies of #86635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86635E

Black with #86635E

Text Example


Text Example

White with #86635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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