#64573C

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

Shades of Judge Grey #64573C

Tints of Judge Grey #64573C

Color information

#64573C (or 0x64573C) is unknown color: approx Judge Grey. HEX triplet: 64, 57 and 3C. RGB value is (100,87,60). Sum of RGB (Red+Green+Blue) = 100+87+60=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #64573C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64573C is #9BA8C3. Grayscale: #575757. Windows color (decimal): -10201284 or 3954532. OLE color: 3954532.

HSL color Cylindrical-coordinate representation of color #64573C: hue angle of 40.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64573C is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1008760-
CMYK00.130.40.61
HSL40.5º25%31.37%-
HSV(B)40.5º40%39.22%-
XYZ9.489.855.68-
YUV87.81112.31136.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=40.49%
G=35.22%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100876000.130.40.6140.52531.37
Hex64573C0D283D29191f
Octal144127740155075513137
Binary11001001010111111100011011010001111011010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64573C; }

 p { color: rgb(100,87,60); }

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

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

 a { background-color: rgb(100,87,60); }

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

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

 span { border-color: rgb(100,87,60); }

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