#645645

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

Shades of Judge Grey #645645

Tints of Judge Grey #645645

Color information

#645645 (or 0x645645) is unknown color: approx Judge Grey. HEX triplet: 64, 56 and 45. RGB value is (100,86,69). Sum of RGB (Red+Green+Blue) = 100+86+69=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #645645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645645 is #9BA9BA. Grayscale: #585858. Windows color (decimal): -10201531 or 4544100. OLE color: 4544100.

HSL color Cylindrical-coordinate representation of color #645645: hue angle of 32.9º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #645645 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB1008669-
CMYK00.140.310.61
HSL32.9º18.34%33.14%-
HSV(B)32.9º31%39.22%-
XYZ9.669.797.01-
YUV88.25117.14136.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=39.22%
G=33.73%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100866900.140.310.6132.918.3433.14
Hex6456450E1F3D211221
Octal1441261050163775412241
Binary110010010101101000101011101111111110110000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645645; }

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

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

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

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

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

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

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

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