Html Css Color HEX #856763 Pharlap

📋 copy color: '#856763'

red 133 ◦ green 103 ◦ blue 99

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

Shades of Pharlap #856763

Tints of Pharlap #856763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 39.7%
G = 30.75%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#856763 (or 0x856763) is known color: Pharlap. HEX triplet: 85, 67 and 63. RGB value is (133,103,99). Sum of RGB (Red+Green+Blue) = 133+103+99=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856763 is #7A989C. Grayscale: #6F6F6F. Windows color (decimal): -8034461 or 6514565. OLE color: 6514565.

HSL color Cylindrical-coordinate representation of color #856763: hue angle of 7.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856763 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 99 -
CMYK 0 0.23 0.26 0.48
HSL 7.06º 0.15% 0.45% -
HSV(B) 7.06º 0.26% 0.52% -
XYZ 16.78 15.59 13.93 -
YUV 111.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 133 103 99 0 0.23 0.26 0.48 7.06 0.15 0.45
Hex 85 67 63 0 17 1A 30 7 F 2D
Octal 205 147 143 0 27 32 60 7 17 55
Binary 10000101 1100111 1100011 0 10111 11010 110000 111 1111 101101

Color Harmonies of #856763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856763

Black with #856763

Text Example


Text Example

White with #856763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856763; }

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

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

background-color css

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

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

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

border-color css

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

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

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