#605444

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

Shades of Judge Grey #605444

Tints of Judge Grey #605444

Color information

#605444 (or 0x605444) is unknown color: approx Judge Grey. HEX triplet: 60, 54 and 44. RGB value is (96,84,68). Sum of RGB (Red+Green+Blue) = 96+84+68=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #605444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605444 is #9FABBB. Grayscale: #555555. Windows color (decimal): -10464188 or 4478048. OLE color: 4478048.

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

Color convert

RGB968468-
CMYK00.120.290.62
HSL34.29º17.07%32.16%-
HSV(B)34.29º29.17%37.65%-
XYZ9.049.246.78-
YUV85.76117.98135.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=38.71%
G=33.87%
B=27.42%

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
Decimal96846800.120.290.6234.2917.0732.16
Hex6054440C1D3E221120
Octal1401241040143576422140
Binary110000010101001000100011001110111111010001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605444; }

 p { color: rgb(96,84,68); }

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

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

 a { background-color: rgb(96,84,68); }

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

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

 span { border-color: rgb(96,84,68); }

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