Html Css Color HEX #846360 Pharlap

📋 copy color: '#846360'

red 132 ◦ green 99 ◦ blue 96

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

Shades of Pharlap #846360

Tints of Pharlap #846360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

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

R = 40.37%
G = 30.28%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#846360 (or 0x846360) is known color: Pharlap. HEX triplet: 84, 63 and 60. RGB value is (132,99,96). Sum of RGB (Red+Green+Blue) = 132+99+96=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #846360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846360 is #7B9C9F. Grayscale: #6C6C6C. Windows color (decimal): -8101024 or 6316932. OLE color: 6316932.

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

Color convert

RGB 132 99 96 -
CMYK 0 0.25 0.27 0.48
HSL 0.16% 0.45% -
HSV(B) 0.27% 0.52% -
XYZ 16.09 14.67 13.05 -
YUV 108.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 132 99 96 0 0.25 0.27 0.48 5 0.16 0.45
Hex 84 63 60 0 19 1B 30 5 10 2D
Octal 204 143 140 0 31 33 60 5 20 55
Binary 10000100 1100011 1100000 0 11001 11011 110000 101 10000 101101

Color Harmonies of #846360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846360

Black with #846360

Text Example


Text Example

White with #846360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846360; }

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

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

background-color css

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

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

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

border-color css

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

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

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