Html Css Color HEX #816662 Pharlap

📋 copy color: '#816662'

red 129 ◦ green 102 ◦ blue 98

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

Shades of Pharlap #816662

Tints of Pharlap #816662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31%

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 39.21%
G = 31%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#816662 (or 0x816662) is known color: Pharlap. HEX triplet: 81, 66 and 62. RGB value is (129,102,98). Sum of RGB (Red+Green+Blue) = 129+102+98=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #816662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816662 is #7E999D. Grayscale: #6D6D6D. Windows color (decimal): -8296862 or 6448769. OLE color: 6448769.

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

Color convert

RGB 129 102 98 -
CMYK 0 0.21 0.24 0.49
HSL 7.74º 0.14% 0.45% -
HSV(B) 7.74º 0.24% 0.51% -
XYZ 16.01 15.05 13.62 -
YUV 109.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 129 102 98 0 0.21 0.24 0.49 7.74 0.14 0.45
Hex 81 66 62 0 15 18 31 8 E 2D
Octal 201 146 142 0 25 30 61 10 16 55
Binary 10000001 1100110 1100010 0 10101 11000 110001 1000 1110 101101

Color Harmonies of #816662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816662

Black with #816662

Text Example


Text Example

White with #816662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816662; }

 p { color: rgb(129,102,98); }

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

background-color css

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

 a { background-color: rgb(129,102,98); }

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

border-color css

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

 span { border-color: rgb(129,102,98); }

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