#63543A

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

Shades of Judge Grey #63543A

Tints of Judge Grey #63543A

Color information

#63543A (or 0x63543A) is unknown color: approx Judge Grey. HEX triplet: 63, 54 and 3A. RGB value is (99,84,58). Sum of RGB (Red+Green+Blue) = 99+84+58=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63543A is #9CABC5. Grayscale: #555555. Windows color (decimal): -10267590 or 3822691. OLE color: 3822691.

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

Color convert

RGB998458-
CMYK00.150.410.61
HSL38.05º26.11%30.78%-
HSV(B)38.05º41.41%38.82%-
XYZ9.089.35.32-
YUV85.52112.47137.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=41.08%
G=34.85%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99845800.150.410.6138.0526.1130.78
Hex63543A0F293D261a1f
Octal143124720175175463237
Binary11000111010100111010011111010011111011001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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