#635548

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

Shades of Judge Grey #635548

Tints of Judge Grey #635548

Color information

#635548 (or 0x635548) is unknown color: approx Judge Grey. HEX triplet: 63, 55 and 48. RGB value is (99,85,72). Sum of RGB (Red+Green+Blue) = 99+85+72=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #635548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635548 is #9CAAB7. Grayscale: #575757. Windows color (decimal): -10267320 or 4740451. OLE color: 4740451.

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

Color convert

RGB998572-
CMYK00.140.270.61
HSL28.89º15.79%33.53%-
HSV(B)28.89º27.27%38.82%-
XYZ9.569.627.48-
YUV87.7119.14136.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=38.67%
G=33.20%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99857200.140.270.6128.8915.7933.53
Hex6355480E1B3D1d1022
Octal1431251100163375352042
Binary11000111010101100100001110110111111011110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635548; }

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

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

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

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

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

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

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

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