#625646

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

Shades of Judge Grey #625646

Tints of Judge Grey #625646

Color information

#625646 (or 0x625646) is unknown color: approx Judge Grey. HEX triplet: 62, 56 and 46. RGB value is (98,86,70). Sum of RGB (Red+Green+Blue) = 98+86+70=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #625646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625646 is #9DA9B9. Grayscale: #575757. Windows color (decimal): -10332602 or 4609634. OLE color: 4609634.

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

Color convert

RGB988670-
CMYK00.120.290.62
HSL34.29º16.67%32.94%-
HSV(B)34.29º28.57%38.43%-
XYZ9.479.697.17-
YUV87.76117.98135.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.58%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=38.58%
G=33.86%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98867000.120.290.6234.2916.6732.94
Hex6256460C1D3E221121
Octal1421261060143576422141
Binary110001010101101000110011001110111111010001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625646; }

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

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

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

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

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

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

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

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