#846964

Color #846964 Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #846964

Tints of Pharlap #846964

Color information

#846964 (or 0x846964) is unknown color: approx Pharlap. HEX triplet: 84, 69 and 64. RGB value is (132,105,100). Sum of RGB (Red+Green+Blue) = 132+105+100=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #846964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846964 is #7B969B. Grayscale: #707070. Windows color (decimal): -8099484 or 6580612. OLE color: 6580612.

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

Color convert

RGB132105100-
CMYK00.200.240.48
HSL9.38º13.79%45.49%-
HSV(B)9.38º24.24%51.76%-
XYZ16.8715.9314.24-
YUV112.5120.95141.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=39.17%
G=31.16%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210510000.200.240.489.3813.7945.49
Hex84696401418309e2d
Octal2041511440243060111655
Binary10000100110100111001000101001100011000010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846964; }

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

 H1.HeaderClassName
 {
   color: #846964;
 }
 .AnyTagClassName
 {
   color: #846964;
 }
</style>
background-color css

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

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

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

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

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

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