Html Css Color HEX #856863 Pharlap

📋 copy color: '#856863'

red 133 ◦ green 104 ◦ blue 99

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

Shades of Pharlap #856863

Tints of Pharlap #856863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.46%

R = 39.58%
G = 30.95%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#856863 (or 0x856863) is known color: Pharlap. HEX triplet: 85, 68 and 63. RGB value is (133,104,99). Sum of RGB (Red+Green+Blue) = 133+104+99=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #856863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856863 is #7A979C. Grayscale: #707070. Windows color (decimal): -8034205 or 6514821. OLE color: 6514821.

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

Color convert

RGB 133 104 99 -
CMYK 0 0.22 0.26 0.48
HSL 8.82º 0.15% 0.45% -
HSV(B) 8.82º 0.26% 0.52% -
XYZ 16.88 15.79 13.96 -
YUV 112.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 133 104 99 0 0.22 0.26 0.48 8.82 0.15 0.45
Hex 85 68 63 0 16 1A 30 9 F 2D
Octal 205 150 143 0 26 32 60 11 17 55
Binary 10000101 1101000 1100011 0 10110 11010 110000 1001 1111 101101

Color Harmonies of #856863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856863

Black with #856863

Text Example


Text Example

White with #856863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856863; }

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

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

background-color css

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

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

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

border-color css

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

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

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