Html Css Color HEX #856664 Pharlap

📋 copy color: '#856664'

red 133 ◦ green 102 ◦ blue 100

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

Shades of Pharlap #856664

Tints of Pharlap #856664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 39.7%
G = 30.45%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#856664 (or 0x856664) is known color: Pharlap. HEX triplet: 85, 66 and 64. RGB value is (133,102,100). Sum of RGB (Red+Green+Blue) = 133+102+100=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856664 is #7A999B. Grayscale: #6F6F6F. Windows color (decimal): -8034716 or 6579845. OLE color: 6579845.

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

Color convert

RGB 133 102 100 -
CMYK 0 0.23 0.25 0.48
HSL 3.64º 0.14% 0.46% -
HSV(B) 3.64º 0.25% 0.52% -
XYZ 16.72 15.41 14.15 -
YUV 111.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 133 102 100 0 0.23 0.25 0.48 3.64 0.14 0.46
Hex 85 66 64 0 17 19 30 4 E 2E
Octal 205 146 144 0 27 31 60 4 16 56
Binary 10000101 1100110 1100100 0 10111 11001 110000 100 1110 101110

Color Harmonies of #856664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856664

Black with #856664

Text Example


Text Example

White with #856664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856664; }

 p { color: rgb(133,102,100); }

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

background-color css

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

 a { background-color: rgb(133,102,100); }

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

border-color css

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

 span { border-color: rgb(133,102,100); }

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