#665942

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

Shades of Judge Grey #665942

Tints of Judge Grey #665942

Color information

#665942 (or 0x665942) is unknown color: approx Judge Grey. HEX triplet: 66, 59 and 42. RGB value is (102,89,66). Sum of RGB (Red+Green+Blue) = 102+89+66=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #665942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665942 is #99A6BD. Grayscale: #5A5A5A. Windows color (decimal): -10069694 or 4348262. OLE color: 4348262.

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

Color convert

RGB1028966-
CMYK00.130.350.6
HSL38.33º21.43%32.94%-
HSV(B)38.33º35.29%40%-
XYZ10.0410.366.63-
YUV90.26114.31136.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=39.69%
G=34.63%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102896600.130.350.638.3321.4332.94
Hex6659420D233C261521
Octal1461311020154374462541
Binary1100110101100110000100110110001111110010011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665942; }

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

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

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

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

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

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

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

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