#635840

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

Shades of Judge Grey #635840

Tints of Judge Grey #635840

Color information

#635840 (or 0x635840) is unknown color: approx Judge Grey. HEX triplet: 63, 58 and 40. RGB value is (99,88,64). Sum of RGB (Red+Green+Blue) = 99+88+64=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #635840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635840 is #9CA7BF. Grayscale: #585858. Windows color (decimal): -10266560 or 4216931. OLE color: 4216931.

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

Color convert

RGB998864-
CMYK00.110.350.61
HSL41.14º21.47%31.96%-
HSV(B)41.14º35.35%38.82%-
XYZ9.56106.28-
YUV88.55114.14135.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=39.44%
G=35.06%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99886400.110.350.6141.1421.4731.96
Hex6358400B233D291520
Octal1431301000134375512540
Binary1100011101100010000000101110001111110110100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635840; }

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

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

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

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

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

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

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

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