Html Css Color HEX #816462 Pharlap

📋 copy color: '#816462'

red 129 ◦ green 100 ◦ blue 98

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

Shades of Pharlap #816462

Tints of Pharlap #816462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

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

R = 39.45%
G = 30.58%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#816462 (or 0x816462) is known color: Pharlap. HEX triplet: 81, 64 and 62. RGB value is (129,100,98). Sum of RGB (Red+Green+Blue) = 129+100+98=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #816462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816462 is #7E9B9D. Grayscale: #6C6C6C. Windows color (decimal): -8297374 or 6448257. OLE color: 6448257.

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

Color convert

RGB 129 100 98 -
CMYK 0 0.22 0.24 0.49
HSL 3.87º 0.14% 0.45% -
HSV(B) 3.87º 0.24% 0.51% -
XYZ 15.82 14.66 13.55 -
YUV 108.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 129 100 98 0 0.22 0.24 0.49 3.87 0.14 0.45
Hex 81 64 62 0 16 18 31 4 E 2D
Octal 201 144 142 0 26 30 61 4 16 55
Binary 10000001 1100100 1100010 0 10110 11000 110001 100 1110 101101

Color Harmonies of #816462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816462

Black with #816462

Text Example


Text Example

White with #816462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816462; }

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

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

background-color css

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

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

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

border-color css

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

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

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