#645342

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

Shades of Judge Grey #645342

Tints of Judge Grey #645342

Color information

#645342 (or 0x645342) is unknown color: approx Judge Grey. HEX triplet: 64, 53 and 42. RGB value is (100,83,66). Sum of RGB (Red+Green+Blue) = 100+83+66=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #645342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645342 is #9BACBD. Grayscale: #565656. Windows color (decimal): -10202302 or 4346724. OLE color: 4346724.

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

Color convert

RGB1008366-
CMYK00.170.340.61
HSL30º20.48%32.55%-
HSV(B)30º34%39.22%-
XYZ9.339.296.46-
YUV86.14116.63137.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=40.16%
G=33.33%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100836600.170.340.613020.4832.55
Hex645342011223D1e1421
Octal1441231020214275362441
Binary1100100101001110000100100011000101111011111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645342; }

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

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

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

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

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

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

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

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