Html Css Color HEX #816560 Pharlap

📋 copy color: '#816560'

red 129 ◦ green 101 ◦ blue 96

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

Shades of Pharlap #816560

Tints of Pharlap #816560

RGB

 RED value IS 129 (50.78% from 255) = 39.57%

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

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 39.57%
G = 30.98%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#816560 (or 0x816560) is known color: Pharlap. HEX triplet: 81, 65 and 60. RGB value is (129,101,96). Sum of RGB (Red+Green+Blue) = 129+101+96=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #816560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816560 is #7E9A9F. Grayscale: #6C6C6C. Windows color (decimal): -8297120 or 6317441. OLE color: 6317441.

HSL color Cylindrical-coordinate representation of color #816560: hue angle of 9.09º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816560 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 101 96 -
CMYK 0 0.22 0.26 0.49
HSL 9.09º 0.15% 0.44% -
HSV(B) 9.09º 0.26% 0.51% -
XYZ 15.82 14.82 13.09 -
YUV 108.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 129 101 96 0 0.22 0.26 0.49 9.09 0.15 0.44
Hex 81 65 60 0 16 1A 31 9 F 2C
Octal 201 145 140 0 26 32 61 11 17 54
Binary 10000001 1100101 1100000 0 10110 11010 110001 1001 1111 101100

Color Harmonies of #816560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816560

Black with #816560

Text Example


Text Example

White with #816560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816560; }

 p { color: rgb(129,101,96); }

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

background-color css

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

 a { background-color: rgb(129,101,96); }

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

border-color css

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

 span { border-color: rgb(129,101,96); }

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