#64584A

Color #64584A Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #64584A

Tints of Judge Grey #64584A

Color information

#64584A (or 0x64584A) is unknown color: approx Judge Grey. HEX triplet: 64, 58 and 4A. RGB value is (100,88,74). Sum of RGB (Red+Green+Blue) = 100+88+74=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #64584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64584A is #9BA7B5. Grayscale: #5A5A5A. Windows color (decimal): -10201014 or 4872292. OLE color: 4872292.

HSL color Cylindrical-coordinate representation of color #64584A: hue angle of 32.31º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64584A is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB1008874-
CMYK00.120.260.61
HSL32.31º14.94%34.12%-
HSV(B)32.31º26%39.22%-
XYZ9.9810.187.92-
YUV89.99118.98135.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.17%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=38.17%
G=33.59%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100887400.120.260.6132.3114.9434.12
Hex64584A0C1A3D20f22
Octal1441301120143275401742
Binary11001001011000100101001100110101111011000001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64584A; }

 p { color: rgb(100,88,74); }

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

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

 a { background-color: rgb(100,88,74); }

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

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

 span { border-color: rgb(100,88,74); }

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