#635646

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

Shades of Judge Grey #635646

Tints of Judge Grey #635646

Color information

#635646 (or 0x635646) is unknown color: approx Judge Grey. HEX triplet: 63, 56 and 46. RGB value is (99,86,70). Sum of RGB (Red+Green+Blue) = 99+86+70=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #635646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635646 is #9CA9B9. Grayscale: #585858. Windows color (decimal): -10267066 or 4609635. OLE color: 4609635.

HSL color Cylindrical-coordinate representation of color #635646: hue angle of 33.1º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #635646 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB998670-
CMYK00.130.290.61
HSL33.1º17.16%33.14%-
HSV(B)33.1º29.29%38.82%-
XYZ9.589.757.17-
YUV88.06117.81135.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 70 (27.73% from 255) = 27.45%
R=38.82%
G=33.73%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99867000.130.290.6133.117.1633.14
Hex6356460D1D3D211121
Octal1431261060153575412141
Binary110001110101101000110011011110111110110000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635646; }

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

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

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

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

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

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

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

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