Html Css Color HEX #856461 Pharlap

📋 copy color: '#856461'

red 133 ◦ green 100 ◦ blue 97

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

Shades of Pharlap #856461

Tints of Pharlap #856461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 40.3%
G = 30.3%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#856461 (or 0x856461) is known color: Pharlap. HEX triplet: 85, 64 and 61. RGB value is (133,100,97). Sum of RGB (Red+Green+Blue) = 133+100+97=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #856461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856461 is #7A9B9E. Grayscale: #6D6D6D. Windows color (decimal): -8035231 or 6382725. OLE color: 6382725.

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

Color convert

RGB 133 100 97 -
CMYK 0 0.25 0.27 0.48
HSL 0.16% 0.45% -
HSV(B) 0.27% 0.52% -
XYZ 16.39 14.96 13.33 -
YUV 109.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 133 100 97 0 0.25 0.27 0.48 5 0.16 0.45
Hex 85 64 61 0 19 1B 30 5 10 2D
Octal 205 144 141 0 31 33 60 5 20 55
Binary 10000101 1100100 1100001 0 11001 11011 110000 101 10000 101101

Color Harmonies of #856461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856461

Black with #856461

Text Example


Text Example

White with #856461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856461; }

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

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

background-color css

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

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

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

border-color css

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

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

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