#64563F

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

Shades of Judge Grey #64563F

Tints of Judge Grey #64563F

Color information

#64563F (or 0x64563F) is unknown color: approx Judge Grey. HEX triplet: 64, 56 and 3F. RGB value is (100,86,63). Sum of RGB (Red+Green+Blue) = 100+86+63=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #64563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64563F is #9BA9C0. Grayscale: #575757. Windows color (decimal): -10201537 or 4150884. OLE color: 4150884.

HSL color Cylindrical-coordinate representation of color #64563F: hue angle of 37.3º 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 #64563F is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB1008663-
CMYK00.140.370.61
HSL37.3º22.7%31.96%-
HSV(B)37.3º37%39.22%-
XYZ9.489.726.08-
YUV87.56114.14136.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 63 (25% from 255) = 25.30%
R=40.16%
G=34.54%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100866300.140.370.6137.322.731.96
Hex64563F0E253D251720
Octal144126770164575452740
Binary110010010101101111110111010010111110110010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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