#64553D

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

Shades of Judge Grey #64553D

Tints of Judge Grey #64553D

Color information

#64553D (or 0x64553D) is unknown color: approx Judge Grey. HEX triplet: 64, 55 and 3D. RGB value is (100,85,61). Sum of RGB (Red+Green+Blue) = 100+85+61=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #64553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64553D is #9BAAC2. Grayscale: #565656. Windows color (decimal): -10201795 or 4019556. OLE color: 4019556.

HSL color Cylindrical-coordinate representation of color #64553D: hue angle of 36.92º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64553D is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB1008561-
CMYK00.150.390.61
HSL36.92º24.22%31.57%-
HSV(B)36.92º39%39.22%-
XYZ9.359.545.76-
YUV86.75113.47137.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=40.65%
G=34.55%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100856100.150.390.6136.9224.2231.57
Hex64553D0F273D251820
Octal144125750174775453040
Binary110010010101011111010111110011111110110010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64553D; }

 p { color: rgb(100,85,61); }

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

<style>
 a { background-color: #64553D; }

 a { background-color: rgb(100,85,61); }

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

<style>
 span { border-color: #64553D; }

 span { border-color: rgb(100,85,61); }

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