Html Css Color HEX #84615D Pharlap

📋 copy color: '#84615D'

red 132 ◦ green 97 ◦ blue 93

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

Shades of Pharlap #84615D

Tints of Pharlap #84615D

RGB

 RED value IS 132 (51.95% from 255) = 40.99%

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

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 40.99%
G = 30.12%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84615D (or 0x84615D) is known color: Pharlap. HEX triplet: 84, 61 and 5D. RGB value is (132,97,93). Sum of RGB (Red+Green+Blue) = 132+97+93=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84615D is #7B9EA2. Grayscale: #6B6B6B. Windows color (decimal): -8101539 or 6119812. OLE color: 6119812.

HSL color Cylindrical-coordinate representation of color #84615D: hue angle of 6.15º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84615D is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 97 93 -
CMYK 0 0.27 0.30 0.48
HSL 6.15º 0.17% 0.44% -
HSV(B) 6.15º 0.3% 0.52% -
XYZ 15.77 14.25 12.27 -
YUV 107.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 132 97 93 0 0.27 0.30 0.48 6.15 0.17 0.44
Hex 84 61 5D 0 1B 1E 30 6 11 2C
Octal 204 141 135 0 33 36 60 6 21 54
Binary 10000100 1100001 1011101 0 11011 11110 110000 110 10001 101100

Color Harmonies of #84615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84615D

Black with #84615D

Text Example


Text Example

White with #84615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84615D; }

 p { color: rgb(132,97,93); }

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

background-color css

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

 a { background-color: rgb(132,97,93); }

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

border-color css

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

 span { border-color: rgb(132,97,93); }

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