#665840

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

Shades of Judge Grey #665840

Tints of Judge Grey #665840

Color information

#665840 (or 0x665840) is unknown color: approx Judge Grey. HEX triplet: 66, 58 and 40. RGB value is (102,88,64). Sum of RGB (Red+Green+Blue) = 102+88+64=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #665840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665840 is #99A7BF. Grayscale: #595959. Windows color (decimal): -10069952 or 4216934. OLE color: 4216934.

HSL color Cylindrical-coordinate representation of color #665840: hue angle of 37.89º 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 #665840 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB1028864-
CMYK00.140.370.6
HSL37.89º22.89%32.55%-
HSV(B)37.89º37.25%40%-
XYZ9.8910.176.29-
YUV89.45113.64136.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=40.16%
G=34.65%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102886400.140.370.637.8922.8932.55
Hex6658400E253C261721
Octal1461301000164574462741
Binary1100110101100010000000111010010111110010011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665840; }

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

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

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

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

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

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

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

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