#62563D

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

Shades of Judge Grey #62563D

Tints of Judge Grey #62563D

Color information

#62563D (or 0x62563D) is unknown color: approx Judge Grey. HEX triplet: 62, 56 and 3D. RGB value is (98,86,61). Sum of RGB (Red+Green+Blue) = 98+86+61=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62563D is #9DA9C2. Grayscale: #565656. Windows color (decimal): -10332611 or 4019810. OLE color: 4019810.

HSL color Cylindrical-coordinate representation of color #62563D: hue angle of 40.54º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62563D is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB988661-
CMYK00.120.380.62
HSL40.54º23.27%31.18%-
HSV(B)40.54º37.76%38.43%-
XYZ9.219.595.78-
YUV86.74113.48136.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=40%
G=35.10%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98866100.120.380.6240.5423.2731.18
Hex62563D0C263E29171f
Octal142126750144676512737
Binary11000101010110111101011001001101111101010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62563D; }

 p { color: rgb(98,86,61); }

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

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

 a { background-color: rgb(98,86,61); }

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

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

 span { border-color: rgb(98,86,61); }

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