Html Css Color HEX #856764 Pharlap

📋 copy color: '#856764'

red 133 ◦ green 103 ◦ blue 100

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

Shades of Pharlap #856764

Tints of Pharlap #856764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 39.58%
G = 30.65%
B = 29.76%

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

#856764 (or 0x856764) is known color: Pharlap. HEX triplet: 85, 67 and 64. RGB value is (133,103,100). Sum of RGB (Red+Green+Blue) = 133+103+100=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #856764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856764 is #7A989B. Grayscale: #6F6F6F. Windows color (decimal): -8034460 or 6580101. OLE color: 6580101.

HSL color Cylindrical-coordinate representation of color #856764: hue angle of 5.45º 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 #856764 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 100 -
CMYK 0 0.23 0.25 0.48
HSL 5.45º 0.14% 0.46% -
HSV(B) 5.45º 0.25% 0.52% -
XYZ 16.82 15.61 14.18 -
YUV 111.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 133 103 100 0 0.23 0.25 0.48 5.45 0.14 0.46
Hex 85 67 64 0 17 19 30 5 E 2E
Octal 205 147 144 0 27 31 60 5 16 56
Binary 10000101 1100111 1100100 0 10111 11001 110000 101 1110 101110

Color Harmonies of #856764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856764

Black with #856764

Text Example


Text Example

White with #856764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856764; }

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

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

background-color css

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

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

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

border-color css

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

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

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