Html Css Color HEX #856861 Pharlap

📋 copy color: '#856861'

red 133 ◦ green 104 ◦ blue 97

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

Shades of Pharlap #856861

Tints of Pharlap #856861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 39.82%
G = 31.14%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#856861 (or 0x856861) is known color: Pharlap. HEX triplet: 85, 68 and 61. RGB value is (133,104,97). Sum of RGB (Red+Green+Blue) = 133+104+97=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #856861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856861 is #7A979E. Grayscale: #6F6F6F. Windows color (decimal): -8034207 or 6383749. OLE color: 6383749.

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

Color convert

RGB 133 104 97 -
CMYK 0 0.22 0.27 0.48
HSL 11.67º 0.16% 0.45% -
HSV(B) 11.67º 0.27% 0.52% -
XYZ 16.78 15.75 13.46 -
YUV 111.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 133 104 97 0 0.22 0.27 0.48 11.67 0.16 0.45
Hex 85 68 61 0 16 1B 30 C 10 2D
Octal 205 150 141 0 26 33 60 14 20 55
Binary 10000101 1101000 1100001 0 10110 11011 110000 1100 10000 101101

Color Harmonies of #856861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856861

Black with #856861

Text Example


Text Example

White with #856861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856861; }

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

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

background-color css

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

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

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

border-color css

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

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

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