#625844

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

Shades of Judge Grey #625844

Tints of Judge Grey #625844

Color information

#625844 (or 0x625844) is unknown color: approx Judge Grey. HEX triplet: 62, 58 and 44. RGB value is (98,88,68). Sum of RGB (Red+Green+Blue) = 98+88+68=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #625844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625844 is #9DA7BB. Grayscale: #585858. Windows color (decimal): -10332092 or 4479074. OLE color: 4479074.

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

Color convert

RGB988868-
CMYK00.100.310.62
HSL40º18.07%32.55%-
HSV(B)40º30.61%38.43%-
XYZ9.579.996.89-
YUV88.71116.31134.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.58%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 68 (26.95% from 255) = 26.77%
R=38.58%
G=34.65%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98886800.100.310.624018.0732.55
Hex6258440A1F3E281221
Octal1421301040123776502241
Binary110001010110001000100010101111111111010100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625844; }

 p { color: rgb(98,88,68); }

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

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

 a { background-color: rgb(98,88,68); }

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

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

 span { border-color: rgb(98,88,68); }

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