#635442

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

Shades of Judge Grey #635442

Tints of Judge Grey #635442

Color information

#635442 (or 0x635442) is unknown color: approx Judge Grey. HEX triplet: 63, 54 and 42. RGB value is (99,84,66). Sum of RGB (Red+Green+Blue) = 99+84+66=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #635442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635442 is #9CABBD. Grayscale: #565656. Windows color (decimal): -10267582 or 4346979. OLE color: 4346979.

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

Color convert

RGB998466-
CMYK00.150.330.61
HSL32.73º20%32.35%-
HSV(B)32.73º33.33%38.82%-
XYZ9.39.396.48-
YUV86.43116.47136.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=39.76%
G=33.73%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99846600.150.330.6132.732032.35
Hex6354420F213D211420
Octal1431241020174175412440
Binary1100011101010010000100111110000111110110000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635442; }

 p { color: rgb(99,84,66); }

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

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

 a { background-color: rgb(99,84,66); }

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

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

 span { border-color: rgb(99,84,66); }

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