Html Css Color HEX #816A65 Pharlap

📋 copy color: '#816A65'

red 129 ◦ green 106 ◦ blue 101

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

Shades of Pharlap #816A65

Tints of Pharlap #816A65

RGB

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

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

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

R = 38.39%
G = 31.55%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#816A65 (or 0x816A65) is known color: Pharlap. HEX triplet: 81, 6A and 65. RGB value is (129,106,101). Sum of RGB (Red+Green+Blue) = 129+106+101=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #816A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A65 is #7E959A. Grayscale: #707070. Windows color (decimal): -8295835 or 6646401. OLE color: 6646401.

HSL color Cylindrical-coordinate representation of color #816A65: hue angle of 10.71º 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 #816A65 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 106 101 -
CMYK 0 0.18 0.22 0.49
HSL 10.71º 0.12% 0.45% -
HSV(B) 10.71º 0.22% 0.51% -
XYZ 16.56 15.91 14.51 -
YUV 112.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 129 106 101 0 0.18 0.22 0.49 10.71 0.12 0.45
Hex 81 6A 65 0 12 16 31 B C 2D
Octal 201 152 145 0 22 26 61 13 14 55
Binary 10000001 1101010 1100101 0 10010 10110 110001 1011 1100 101101

Color Harmonies of #816A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816A65

Black with #816A65

Text Example


Text Example

White with #816A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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