#63583E

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

Shades of Judge Grey #63583E

Tints of Judge Grey #63583E

Color information

#63583E (or 0x63583E) is unknown color: approx Judge Grey. HEX triplet: 63, 58 and 3E. RGB value is (99,88,62). Sum of RGB (Red+Green+Blue) = 99+88+62=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #63583E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63583E is #9CA7C1. Grayscale: #585858. Windows color (decimal): -10266562 or 4085859. OLE color: 4085859.

HSL color Cylindrical-coordinate representation of color #63583E: hue angle of 42.16º 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 #63583E is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB998862-
CMYK00.110.370.61
HSL42.16º22.98%31.57%-
HSV(B)42.16º37.37%38.82%-
XYZ9.59.985.98-
YUV88.32113.14135.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=39.76%
G=35.34%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99886200.110.370.6142.1622.9831.57
Hex63583E0B253D2a1720
Octal143130760134575522740
Binary110001110110001111100101110010111110110101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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