Html Css Color HEX #856A64 Pharlap

📋 copy color: '#856A64'

red 133 ◦ green 106 ◦ blue 100

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

Shades of Pharlap #856A64

Tints of Pharlap #856A64

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

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

R = 39.23%
G = 31.27%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#856A64 (or 0x856A64) is known color: Pharlap. HEX triplet: 85, 6A and 64. RGB value is (133,106,100). Sum of RGB (Red+Green+Blue) = 133+106+100=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #856A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A64 is #7A959B. Grayscale: #717171. Windows color (decimal): -8033692 or 6580869. OLE color: 6580869.

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

Color convert

RGB 133 106 100 -
CMYK 0 0.20 0.25 0.48
HSL 10.91º 0.14% 0.46% -
HSV(B) 10.91º 0.25% 0.52% -
XYZ 17.13 16.21 14.28 -
YUV 113.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 133 106 100 0 0.20 0.25 0.48 10.91 0.14 0.46
Hex 85 6A 64 0 14 19 30 B E 2E
Octal 205 152 144 0 24 31 60 13 16 56
Binary 10000101 1101010 1100100 0 10100 11001 110000 1011 1110 101110

Color Harmonies of #856A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A64

Black with #856A64

Text Example


Text Example

White with #856A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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