#63553E

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

Shades of Judge Grey #63553E

Tints of Judge Grey #63553E

Color information

#63553E (or 0x63553E) is unknown color: approx Judge Grey. HEX triplet: 63, 55 and 3E. RGB value is (99,85,62). Sum of RGB (Red+Green+Blue) = 99+85+62=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63553E is #9CAAC1. Grayscale: #565656. Windows color (decimal): -10267330 or 4085091. OLE color: 4085091.

HSL color Cylindrical-coordinate representation of color #63553E: hue angle of 37.3º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63553E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB998562-
CMYK00.140.370.61
HSL37.3º22.98%31.57%-
HSV(B)37.3º37.37%38.82%-
XYZ9.269.55.9-
YUV86.56114.14136.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=40.24%
G=34.55%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99856200.140.370.6137.322.9831.57
Hex63553E0E253D251720
Octal143125760164575452740
Binary110001110101011111100111010010111110110010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63553E; }

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

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

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

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

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

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

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

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