Html Css Color HEX #846460 Pharlap

📋 copy color: '#846460'

red 132 ◦ green 100 ◦ blue 96

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

Shades of Pharlap #846460

Tints of Pharlap #846460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

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

R = 40.24%
G = 30.49%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#846460 (or 0x846460) is known color: Pharlap. HEX triplet: 84, 64 and 60. RGB value is (132,100,96). Sum of RGB (Red+Green+Blue) = 132+100+96=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #846460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846460 is #7B9B9F. Grayscale: #6D6D6D. Windows color (decimal): -8100768 or 6317188. OLE color: 6317188.

HSL color Cylindrical-coordinate representation of color #846460: hue angle of 6.67º 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 #846460 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 96 -
CMYK 0 0.24 0.27 0.48
HSL 6.67º 0.16% 0.45% -
HSV(B) 6.67º 0.27% 0.52% -
XYZ 16.18 14.86 13.08 -
YUV 109.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 132 100 96 0 0.24 0.27 0.48 6.67 0.16 0.45
Hex 84 64 60 0 18 1B 30 7 10 2D
Octal 204 144 140 0 30 33 60 7 20 55
Binary 10000100 1100100 1100000 0 11000 11011 110000 111 10000 101101

Color Harmonies of #846460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846460

Black with #846460

Text Example


Text Example

White with #846460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846460; }

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

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

background-color css

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

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

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

border-color css

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

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

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