#64573F

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

Shades of Judge Grey #64573F

Tints of Judge Grey #64573F

Color information

#64573F (or 0x64573F) is unknown color: approx Judge Grey. HEX triplet: 64, 57 and 3F. RGB value is (100,87,63). Sum of RGB (Red+Green+Blue) = 100+87+63=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #64573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64573F is #9BA8C0. Grayscale: #585858. Windows color (decimal): -10201281 or 4151140. OLE color: 4151140.

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

Color convert

RGB1008763-
CMYK00.130.370.61
HSL38.92º22.7%31.96%-
HSV(B)38.92º37%39.22%-
XYZ9.569.886.11-
YUV88.15113.81136.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 63 (25% from 255) = 25.2%
R=40%
G=34.8%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100876300.130.370.6138.9222.731.96
Hex64573F0D253D271720
Octal144127770154575472740
Binary110010010101111111110110110010111110110011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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