#635240

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

Shades of Judge Grey #635240

Tints of Judge Grey #635240

Color information

#635240 (or 0x635240) is unknown color: approx Judge Grey. HEX triplet: 63, 52 and 40. RGB value is (99,82,64). Sum of RGB (Red+Green+Blue) = 99+82+64=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #635240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635240 is #9CADBF. Grayscale: #555555. Windows color (decimal): -10268096 or 4215395. OLE color: 4215395.

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

Color convert

RGB998264-
CMYK00.170.350.61
HSL30.86º21.47%31.96%-
HSV(B)30.86º35.35%38.82%-
XYZ9.099.066.12-
YUV85.03116.13137.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=40.41%
G=33.47%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99826400.170.350.6130.8621.4731.96
Hex635240011233D1f1520
Octal1431221000214375372540
Binary1100011101001010000000100011000111111011111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635240; }

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

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

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

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

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

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

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

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