#635545

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

Shades of Judge Grey #635545

Tints of Judge Grey #635545

Color information

#635545 (or 0x635545) is unknown color: approx Judge Grey. HEX triplet: 63, 55 and 45. RGB value is (99,85,69). Sum of RGB (Red+Green+Blue) = 99+85+69=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #635545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635545 is #9CAABA. Grayscale: #575757. Windows color (decimal): -10267323 or 4543843. OLE color: 4543843.

HSL color Cylindrical-coordinate representation of color #635545: hue angle of 32º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #635545 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB998569-
CMYK00.140.300.61
HSL32º17.86%32.94%-
HSV(B)32º30.3%38.82%-
XYZ9.479.586.98-
YUV87.36117.64136.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.13%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=39.13%
G=33.60%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99856900.140.300.613217.8632.94
Hex6355450E1E3D201221
Octal1431251050163675402241
Binary110001110101011000101011101111011110110000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635545; }

 p { color: rgb(99,85,69); }

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

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

 a { background-color: rgb(99,85,69); }

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

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

 span { border-color: rgb(99,85,69); }

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