#645949

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

Shades of Judge Grey #645949

Tints of Judge Grey #645949

Color information

#645949 (or 0x645949) is unknown color: approx Judge Grey. HEX triplet: 64, 59 and 49. RGB value is (100,89,73). Sum of RGB (Red+Green+Blue) = 100+89+73=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #645949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645949 is #9BA6B6. Grayscale: #5A5A5A. Windows color (decimal): -10200759 or 4807012. OLE color: 4807012.

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

Color convert

RGB1008973-
CMYK00.110.270.61
HSL35.56º15.61%33.92%-
HSV(B)35.56º27%39.22%-
XYZ10.0310.347.77-
YUV90.46118.14134.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.17%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=38.17%
G=33.97%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100897300.110.270.6135.5615.6133.92
Hex6459490B1B3D241022
Octal1441311110133375442042
Binary110010010110011001001010111101111110110010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645949; }

 p { color: rgb(100,89,73); }

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

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

 a { background-color: rgb(100,89,73); }

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

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

 span { border-color: rgb(100,89,73); }

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