Html Css Color HEX #816360 Pharlap

📋 copy color: '#816360'

red 129 ◦ green 99 ◦ blue 96

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

Shades of Pharlap #816360

Tints of Pharlap #816360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 39.81%
G = 30.56%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#816360 (or 0x816360) is known color: Pharlap. HEX triplet: 81, 63 and 60. RGB value is (129,99,96). Sum of RGB (Red+Green+Blue) = 129+99+96=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #816360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816360 is #7E9C9F. Grayscale: #6B6B6B. Windows color (decimal): -8297632 or 6316929. OLE color: 6316929.

HSL color Cylindrical-coordinate representation of color #816360: hue angle of 5.45º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816360 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 99 96 -
CMYK 0 0.23 0.26 0.49
HSL 5.45º 0.15% 0.44% -
HSV(B) 5.45º 0.26% 0.51% -
XYZ 15.63 14.44 13.03 -
YUV 107.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 129 99 96 0 0.23 0.26 0.49 5.45 0.15 0.44
Hex 81 63 60 0 17 1A 31 5 F 2C
Octal 201 143 140 0 27 32 61 5 17 54
Binary 10000001 1100011 1100000 0 10111 11010 110001 101 1111 101100

Color Harmonies of #816360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816360

Black with #816360

Text Example


Text Example

White with #816360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816360; }

 p { color: rgb(129,99,96); }

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

background-color css

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

 a { background-color: rgb(129,99,96); }

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

border-color css

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

 span { border-color: rgb(129,99,96); }

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