#64563C

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

Shades of Judge Grey #64563C

Tints of Judge Grey #64563C

Color information

#64563C (or 0x64563C) is unknown color: approx Judge Grey. HEX triplet: 64, 56 and 3C. RGB value is (100,86,60). Sum of RGB (Red+Green+Blue) = 100+86+60=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #64563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64563C is #9BA9C3. Grayscale: #575757. Windows color (decimal): -10201540 or 3954276. OLE color: 3954276.

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

Color convert

RGB1008660-
CMYK00.140.40.61
HSL39º25%31.37%-
HSV(B)39º40%39.22%-
XYZ9.49.695.65-
YUV87.22112.64137.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=40.65%
G=34.96%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100866000.140.40.61392531.37
Hex64563C0E283D27191f
Octal144126740165075473137
Binary11001001010110111100011101010001111011001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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