Html Css Color HEX #816A66 Pharlap

📋 copy color: '#816A66'

red 129 ◦ green 106 ◦ blue 102

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

Shades of Pharlap #816A66

Tints of Pharlap #816A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.45%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 38.28%
G = 31.45%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#816A66 (or 0x816A66) is known color: Pharlap. HEX triplet: 81, 6A and 66. RGB value is (129,106,102). Sum of RGB (Red+Green+Blue) = 129+106+102=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #816A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A66 is #7E9599. Grayscale: #707070. Windows color (decimal): -8295834 or 6711937. OLE color: 6711937.

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

Color convert

RGB 129 106 102 -
CMYK 0 0.18 0.21 0.49
HSL 8.89º 0.12% 0.45% -
HSV(B) 8.89º 0.21% 0.51% -
XYZ 16.61 15.93 14.77 -
YUV 112.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 129 106 102 0 0.18 0.21 0.49 8.89 0.12 0.45
Hex 81 6A 66 0 12 15 31 9 C 2D
Octal 201 152 146 0 22 25 61 11 14 55
Binary 10000001 1101010 1100110 0 10010 10101 110001 1001 1100 101101

Color Harmonies of #816A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816A66

Black with #816A66

Text Example


Text Example

White with #816A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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