#645341

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

Shades of Judge Grey #645341

Tints of Judge Grey #645341

Color information

#645341 (or 0x645341) is unknown color: approx Judge Grey. HEX triplet: 64, 53 and 41. RGB value is (100,83,65). Sum of RGB (Red+Green+Blue) = 100+83+65=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #645341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645341 is #9BACBE. Grayscale: #565656. Windows color (decimal): -10202303 or 4281188. OLE color: 4281188.

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

Color convert

RGB1008365-
CMYK00.170.350.61
HSL30.86º21.21%32.35%-
HSV(B)30.86º35%39.22%-
XYZ9.39.286.3-
YUV86.03116.13137.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=40.32%
G=33.47%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100836500.170.350.6130.8621.2132.35
Hex645341011233D1f1520
Octal1441231010214375372540
Binary1100100101001110000010100011000111111011111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645341; }

 p { color: rgb(100,83,65); }

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

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

 a { background-color: rgb(100,83,65); }

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

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

 span { border-color: rgb(100,83,65); }

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