Html Css Color HEX #856865 Pharlap

📋 copy color: '#856865'

red 133 ◦ green 104 ◦ blue 101

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

Shades of Pharlap #856865

Tints of Pharlap #856865

RGB

 RED value IS 133 (52.34% from 255) = 39.35%

 GREEN value IS 104 (41.02% from 255) = 30.77%

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 39.35%
G = 30.77%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#856865 (or 0x856865) is known color: Pharlap. HEX triplet: 85, 68 and 65. RGB value is (133,104,101). Sum of RGB (Red+Green+Blue) = 133+104+101=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #856865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856865 is #7A979A. Grayscale: #707070. Windows color (decimal): -8034203 or 6645893. OLE color: 6645893.

HSL color Cylindrical-coordinate representation of color #856865: hue angle of 5.62º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856865 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 101 -
CMYK 0 0.22 0.24 0.48
HSL 5.63º 0.14% 0.46% -
HSV(B) 5.63º 0.24% 0.52% -
XYZ 16.97 15.83 14.47 -
YUV 112.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 133 104 101 0 0.22 0.24 0.48 5.63 0.14 0.46
Hex 85 68 65 0 16 18 30 6 E 2E
Octal 205 150 145 0 26 30 60 6 16 56
Binary 10000101 1101000 1100101 0 10110 11000 110000 110 1110 101110

Color Harmonies of #856865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856865

Black with #856865

Text Example


Text Example

White with #856865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856865; }

 p { color: rgb(133,104,101); }

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

background-color css

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

 a { background-color: rgb(133,104,101); }

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

border-color css

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

 span { border-color: rgb(133,104,101); }

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