Html Css Color HEX #856965 Pharlap

📋 copy color: '#856965'

red 133 ◦ green 105 ◦ blue 101

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

Shades of Pharlap #856965

Tints of Pharlap #856965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 39.23%
G = 30.97%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#856965 (or 0x856965) is known color: Pharlap. HEX triplet: 85, 69 and 65. RGB value is (133,105,101). Sum of RGB (Red+Green+Blue) = 133+105+101=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #856965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856965 is #7A969A. Grayscale: #707070. Windows color (decimal): -8033947 or 6646149. OLE color: 6646149.

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

Color convert

RGB 133 105 101 -
CMYK 0 0.21 0.24 0.48
HSL 7.5º 0.14% 0.46% -
HSV(B) 7.5º 0.24% 0.52% -
XYZ 17.07 16.03 14.51 -
YUV 112.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 133 105 101 0 0.21 0.24 0.48 7.5 0.14 0.46
Hex 85 69 65 0 15 18 30 8 E 2E
Octal 205 151 145 0 25 30 60 10 16 56
Binary 10000101 1101001 1100101 0 10101 11000 110000 1000 1110 101110

Color Harmonies of #856965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856965

Black with #856965

Text Example


Text Example

White with #856965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856965; }

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

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

background-color css

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

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

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

border-color css

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

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

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