Html Css Color HEX #856561 Pharlap

📋 copy color: '#856561'

red 133 ◦ green 101 ◦ blue 97

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

Shades of Pharlap #856561

Tints of Pharlap #856561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

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

R = 40.18%
G = 30.51%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#856561 (or 0x856561) is known color: Pharlap. HEX triplet: 85, 65 and 61. RGB value is (133,101,97). Sum of RGB (Red+Green+Blue) = 133+101+97=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856561 is #7A9A9E. Grayscale: #6E6E6E. Windows color (decimal): -8034975 or 6382981. OLE color: 6382981.

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

Color convert

RGB 133 101 97 -
CMYK 0 0.24 0.27 0.48
HSL 6.67º 0.16% 0.45% -
HSV(B) 6.67º 0.27% 0.52% -
XYZ 16.48 15.16 13.37 -
YUV 110.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 133 101 97 0 0.24 0.27 0.48 6.67 0.16 0.45
Hex 85 65 61 0 18 1B 30 7 10 2D
Octal 205 145 141 0 30 33 60 7 20 55
Binary 10000101 1100101 1100001 0 11000 11011 110000 111 10000 101101

Color Harmonies of #856561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856561

Black with #856561

Text Example


Text Example

White with #856561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856561; }

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

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

background-color css

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

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

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

border-color css

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

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

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