#635242

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

Shades of Judge Grey #635242

Tints of Judge Grey #635242

Color information

#635242 (or 0x635242) is unknown color: approx Judge Grey. HEX triplet: 63, 52 and 42. RGB value is (99,82,66). Sum of RGB (Red+Green+Blue) = 99+82+66=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #635242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635242 is #9CADBD. Grayscale: #555555. Windows color (decimal): -10268094 or 4346467. OLE color: 4346467.

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

Color convert

RGB998266-
CMYK00.170.330.61
HSL29.09º20%32.35%-
HSV(B)29.09º33.33%38.82%-
XYZ9.159.086.42-
YUV85.26117.13137.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=40.08%
G=33.20%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99826600.170.330.6129.092032.35
Hex635242011213D1d1420
Octal1431221020214175352440
Binary1100011101001010000100100011000011111011110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635242; }

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

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

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

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

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

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

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

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