#635740

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

Shades of Judge Grey #635740

Tints of Judge Grey #635740

Color information

#635740 (or 0x635740) is unknown color: approx Judge Grey. HEX triplet: 63, 57 and 40. RGB value is (99,87,64). Sum of RGB (Red+Green+Blue) = 99+87+64=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #635740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635740 is #9CA8BF. Grayscale: #585858. Windows color (decimal): -10266816 or 4216675. OLE color: 4216675.

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

Color convert

RGB998764-
CMYK00.120.350.61
HSL39.43º21.47%31.96%-
HSV(B)39.43º35.35%38.82%-
XYZ9.489.846.25-
YUV87.97114.48135.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.6%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=39.6%
G=34.8%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99876400.120.350.6139.4321.4731.96
Hex6357400C233D271520
Octal1431271000144375472540
Binary1100011101011110000000110010001111110110011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635740; }

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

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

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

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

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

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

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

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