#665940

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

Shades of Judge Grey #665940

Tints of Judge Grey #665940

Color information

#665940 (or 0x665940) is unknown color: approx Judge Grey. HEX triplet: 66, 59 and 40. RGB value is (102,89,64). Sum of RGB (Red+Green+Blue) = 102+89+64=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #665940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665940 is #99A6BF. Grayscale: #5A5A5A. Windows color (decimal): -10069696 or 4217190. OLE color: 4217190.

HSL color Cylindrical-coordinate representation of color #665940: hue angle of 39.47º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665940 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB1028964-
CMYK00.130.370.6
HSL39.47º22.89%32.55%-
HSV(B)39.47º37.25%40%-
XYZ9.9810.346.32-
YUV90.04113.31136.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 64 (25.39% from 255) = 25.10%
R=40%
G=34.90%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102896400.130.370.639.4722.8932.55
Hex6659400D253C271721
Octal1461311000154574472741
Binary1100110101100110000000110110010111110010011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665940; }

 p { color: rgb(102,89,64); }

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

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

 a { background-color: rgb(102,89,64); }

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

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

 span { border-color: rgb(102,89,64); }

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