#64563E

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

Shades of Judge Grey #64563E

Tints of Judge Grey #64563E

Color information

#64563E (or 0x64563E) is unknown color: approx Judge Grey. HEX triplet: 64, 56 and 3E. RGB value is (100,86,62). Sum of RGB (Red+Green+Blue) = 100+86+62=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #64563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64563E is #9BA9C1. Grayscale: #575757. Windows color (decimal): -10201538 or 4085348. OLE color: 4085348.

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

Color convert

RGB1008662-
CMYK00.140.380.61
HSL37.89º23.46%31.76%-
HSV(B)37.89º38%39.22%-
XYZ9.459.715.93-
YUV87.45113.64136.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 62 (24.61% from 255) = 25%
R=40.32%
G=34.68%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100866200.140.380.6137.8923.4631.76
Hex64563E0E263D261720
Octal144126760164675462740
Binary110010010101101111100111010011011110110011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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