Html Css Color HEX #846560 Pharlap

📋 copy color: '#846560'

red 132 ◦ green 101 ◦ blue 96

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

Shades of Pharlap #846560

Tints of Pharlap #846560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

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

R = 40.12%
G = 30.7%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#846560 (or 0x846560) is known color: Pharlap. HEX triplet: 84, 65 and 60. RGB value is (132,101,96). Sum of RGB (Red+Green+Blue) = 132+101+96=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846560 is #7B9A9F. Grayscale: #6D6D6D. Windows color (decimal): -8100512 or 6317444. OLE color: 6317444.

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

Color convert

RGB 132 101 96 -
CMYK 0 0.23 0.27 0.48
HSL 8.33º 0.16% 0.45% -
HSV(B) 8.33º 0.27% 0.52% -
XYZ 16.28 15.06 13.11 -
YUV 109.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 132 101 96 0 0.23 0.27 0.48 8.33 0.16 0.45
Hex 84 65 60 0 17 1B 30 8 10 2D
Octal 204 145 140 0 27 33 60 10 20 55
Binary 10000100 1100101 1100000 0 10111 11011 110000 1000 10000 101101

Color Harmonies of #846560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846560

Black with #846560

Text Example


Text Example

White with #846560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846560; }

 p { color: rgb(132,101,96); }

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

background-color css

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

 a { background-color: rgb(132,101,96); }

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

border-color css

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

 span { border-color: rgb(132,101,96); }

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