#605141

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

Shades of Judge Grey #605141

Tints of Judge Grey #605141

Color information

#605141 (or 0x605141) is unknown color: approx Judge Grey. HEX triplet: 60, 51 and 41. RGB value is (96,81,65). Sum of RGB (Red+Green+Blue) = 96+81+65=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #605141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605141 is #9FAEBE. Grayscale: #535353. Windows color (decimal): -10464959 or 4280672. OLE color: 4280672.

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

Color convert

RGB968165-
CMYK00.160.320.62
HSL30.97º19.25%31.57%-
HSV(B)30.97º32.29%37.65%-
XYZ8.728.756.23-
YUV83.66117.47136.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=39.67%
G=33.47%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96816500.160.320.6230.9719.2531.57
Hex605141010203E1f1320
Octal1401211010204076372340
Binary1100000101000110000010100001000001111101111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605141; }

 p { color: rgb(96,81,65); }

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

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

 a { background-color: rgb(96,81,65); }

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

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

 span { border-color: rgb(96,81,65); }

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