#635341

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

Shades of Judge Grey #635341

Tints of Judge Grey #635341

Color information

#635341 (or 0x635341) is unknown color: approx Judge Grey. HEX triplet: 63, 53 and 41. RGB value is (99,83,65). Sum of RGB (Red+Green+Blue) = 99+83+65=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #635341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635341 is #9CACBE. Grayscale: #555555. Windows color (decimal): -10267839 or 4281187. OLE color: 4281187.

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

Color convert

RGB998365-
CMYK00.160.340.61
HSL31.76º20.73%32.16%-
HSV(B)31.76º34.34%38.82%-
XYZ9.199.226.3-
YUV85.73116.3137.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=40.08%
G=33.60%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99836500.160.340.6131.7620.7332.16
Hex635341010223D201520
Octal1431231010204275402540
Binary11000111010011100000101000010001011110110000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635341; }

 p { color: rgb(99,83,65); }

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

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

 a { background-color: rgb(99,83,65); }

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

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

 span { border-color: rgb(99,83,65); }

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