Html Css Color HEX #84665F Pharlap

📋 copy color: '#84665F'

red 132 ◦ green 102 ◦ blue 95

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

Shades of Pharlap #84665F

Tints of Pharlap #84665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31%

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

R = 40.12%
G = 31%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84665F (or 0x84665F) is known color: Pharlap. HEX triplet: 84, 66 and 5F. RGB value is (132,102,95). Sum of RGB (Red+Green+Blue) = 132+102+95=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #84665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84665F is #7B99A0. Grayscale: #6E6E6E. Windows color (decimal): -8100257 or 6252164. OLE color: 6252164.

HSL color Cylindrical-coordinate representation of color #84665F: hue angle of 11.35º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84665F is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 102 95 -
CMYK 0 0.23 0.28 0.48
HSL 11.35º 0.16% 0.45% -
HSV(B) 11.35º 0.28% 0.52% -
XYZ 16.33 15.23 12.91 -
YUV 110.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 132 102 95 0 0.23 0.28 0.48 11.35 0.16 0.45
Hex 84 66 5F 0 17 1C 30 B 10 2D
Octal 204 146 137 0 27 34 60 13 20 55
Binary 10000100 1100110 1011111 0 10111 11100 110000 1011 10000 101101

Color Harmonies of #84665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84665F

Black with #84665F

Text Example


Text Example

White with #84665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,102,95); }

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

background-color css

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

 a { background-color: rgb(132,102,95); }

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

border-color css

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

 span { border-color: rgb(132,102,95); }

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