Html Css Color HEX #846A64 Pharlap

📋 copy color: '#846A64'

red 132 ◦ green 106 ◦ blue 100

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

Shades of Pharlap #846A64

Tints of Pharlap #846A64

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

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

R = 39.05%
G = 31.36%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#846A64 (or 0x846A64) is known color: Pharlap. HEX triplet: 84, 6A and 64. RGB value is (132,106,100). Sum of RGB (Red+Green+Blue) = 132+106+100=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #846A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A64 is #7B959B. Grayscale: #717171. Windows color (decimal): -8099228 or 6580868. OLE color: 6580868.

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

Color convert

RGB 132 106 100 -
CMYK 0 0.20 0.24 0.48
HSL 11.25º 0.14% 0.45% -
HSV(B) 11.25º 0.24% 0.52% -
XYZ 16.97 16.13 14.28 -
YUV 113.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 132 106 100 0 0.20 0.24 0.48 11.25 0.14 0.45
Hex 84 6A 64 0 14 18 30 B E 2D
Octal 204 152 144 0 24 30 60 13 16 55
Binary 10000100 1101010 1100100 0 10100 11000 110000 1011 1110 101101

Color Harmonies of #846A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846A64

Black with #846A64

Text Example


Text Example

White with #846A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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