Html Css Color HEX #81615F Pharlap

📋 copy color: '#81615F'

red 129 ◦ green 97 ◦ blue 95

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

Shades of Pharlap #81615F

Tints of Pharlap #81615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 40.19%
G = 30.22%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#81615F (or 0x81615F) is known color: Pharlap. HEX triplet: 81, 61 and 5F. RGB value is (129,97,95). Sum of RGB (Red+Green+Blue) = 129+97+95=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #81615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81615F is #7E9EA0. Grayscale: #6A6A6A. Windows color (decimal): -8298145 or 6250881. OLE color: 6250881.

HSL color Cylindrical-coordinate representation of color #81615F: hue angle of 3.53º 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 #81615F is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 97 95 -
CMYK 0 0.25 0.26 0.49
HSL 3.53º 0.15% 0.44% -
HSV(B) 3.53º 0.26% 0.51% -
XYZ 15.39 14.04 12.73 -
YUV 106.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 129 97 95 0 0.25 0.26 0.49 3.53 0.15 0.44
Hex 81 61 5F 0 19 1A 31 4 F 2C
Octal 201 141 137 0 31 32 61 4 17 54
Binary 10000001 1100001 1011111 0 11001 11010 110001 100 1111 101100

Color Harmonies of #81615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81615F

Black with #81615F

Text Example


Text Example

White with #81615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81615F; }

 p { color: rgb(129,97,95); }

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

background-color css

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

 a { background-color: rgb(129,97,95); }

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

border-color css

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

 span { border-color: rgb(129,97,95); }

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