#63543B

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

Shades of Judge Grey #63543B

Tints of Judge Grey #63543B

Color information

#63543B (or 0x63543B) is unknown color: approx Judge Grey. HEX triplet: 63, 54 and 3B. RGB value is (99,84,59). Sum of RGB (Red+Green+Blue) = 99+84+59=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63543B is #9CABC4. Grayscale: #555555. Windows color (decimal): -10267589 or 3888227. OLE color: 3888227.

HSL color Cylindrical-coordinate representation of color #63543B: hue angle of 37.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63543B is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB998459-
CMYK00.150.400.61
HSL37.5º25.32%30.98%-
HSV(B)37.5º40.4%38.82%-
XYZ9.119.315.45-
YUV85.64112.97137.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 59 (23.44% from 255) = 24.38%
R=40.91%
G=34.71%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99845900.150.400.6137.525.3230.98
Hex63543B0F283D26191f
Octal143124730175075463137
Binary11000111010100111011011111010001111011001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63543B; }

 p { color: rgb(99,84,59); }

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

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

 a { background-color: rgb(99,84,59); }

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

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

 span { border-color: rgb(99,84,59); }

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