#635640

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

Shades of Judge Grey #635640

Tints of Judge Grey #635640

Color information

#635640 (or 0x635640) is unknown color: approx Judge Grey. HEX triplet: 63, 56 and 40. RGB value is (99,86,64). Sum of RGB (Red+Green+Blue) = 99+86+64=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #635640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635640 is #9CA9BF. Grayscale: #575757. Windows color (decimal): -10267072 or 4216419. OLE color: 4216419.

HSL color Cylindrical-coordinate representation of color #635640: hue angle of 37.71º 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 #635640 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB998664-
CMYK00.130.350.61
HSL37.71º21.47%31.96%-
HSV(B)37.71º35.35%38.82%-
XYZ9.49.686.22-
YUV87.38114.81136.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=39.76%
G=34.54%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99866400.130.350.6137.7121.4731.96
Hex6356400D233D261520
Octal1431261000154375462540
Binary1100011101011010000000110110001111110110011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635640; }

 p { color: rgb(99,86,64); }

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

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

 a { background-color: rgb(99,86,64); }

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

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

 span { border-color: rgb(99,86,64); }

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