Html Css Color HEX #816865 Pharlap

📋 copy color: '#816865'

red 129 ◦ green 104 ◦ blue 101

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

Shades of Pharlap #816865

Tints of Pharlap #816865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

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

R = 38.62%
G = 31.14%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#816865 (or 0x816865) is known color: Pharlap. HEX triplet: 81, 68 and 65. RGB value is (129,104,101). Sum of RGB (Red+Green+Blue) = 129+104+101=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #816865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816865 is #7E979A. Grayscale: #6F6F6F. Windows color (decimal): -8296347 or 6645889. OLE color: 6645889.

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

Color convert

RGB 129 104 101 -
CMYK 0 0.19 0.22 0.49
HSL 6.43º 0.12% 0.45% -
HSV(B) 6.43º 0.22% 0.51% -
XYZ 16.35 15.51 14.44 -
YUV 111.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 129 104 101 0 0.19 0.22 0.49 6.43 0.12 0.45
Hex 81 68 65 0 13 16 31 6 C 2D
Octal 201 150 145 0 23 26 61 6 14 55
Binary 10000001 1101000 1100101 0 10011 10110 110001 110 1100 101101

Color Harmonies of #816865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816865

Black with #816865

Text Example


Text Example

White with #816865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816865; }

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

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

background-color css

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

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

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

border-color css

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

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

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