#635540

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

Shades of Judge Grey #635540

Tints of Judge Grey #635540

Color information

#635540 (or 0x635540) is unknown color: approx Judge Grey. HEX triplet: 63, 55 and 40. RGB value is (99,85,64). Sum of RGB (Red+Green+Blue) = 99+85+64=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #635540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635540 is #9CAABF. Grayscale: #565656. Windows color (decimal): -10267328 or 4216163. OLE color: 4216163.

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

Color convert

RGB998564-
CMYK00.140.350.61
HSL36º21.47%31.96%-
HSV(B)36º35.35%38.82%-
XYZ9.329.526.2-
YUV86.79115.14136.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=39.92%
G=34.27%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99856400.140.350.613621.4731.96
Hex6355400E233D241520
Octal1431251000164375442540
Binary1100011101010110000000111010001111110110010010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635540; }

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

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

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

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

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

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

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

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