Html Css Color HEX #846664 Pharlap

📋 copy color: '#846664'

red 132 ◦ green 102 ◦ blue 100

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

Shades of Pharlap #846664

Tints of Pharlap #846664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 39.52%
G = 30.54%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#846664 (or 0x846664) is known color: Pharlap. HEX triplet: 84, 66 and 64. RGB value is (132,102,100). Sum of RGB (Red+Green+Blue) = 132+102+100=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846664 is #7B999B. Grayscale: #6E6E6E. Windows color (decimal): -8100252 or 6579844. OLE color: 6579844.

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

Color convert

RGB 132 102 100 -
CMYK 0 0.23 0.24 0.48
HSL 3.75º 0.14% 0.45% -
HSV(B) 3.75º 0.24% 0.52% -
XYZ 16.57 15.33 14.14 -
YUV 110.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 132 102 100 0 0.23 0.24 0.48 3.75 0.14 0.45
Hex 84 66 64 0 17 18 30 4 E 2D
Octal 204 146 144 0 27 30 60 4 16 55
Binary 10000100 1100110 1100100 0 10111 11000 110000 100 1110 101101

Color Harmonies of #846664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846664

Black with #846664

Text Example


Text Example

White with #846664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846664; }

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

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

background-color css

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

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

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

border-color css

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

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

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