#665842

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

Shades of Judge Grey #665842

Tints of Judge Grey #665842

Color information

#665842 (or 0x665842) is unknown color: approx Judge Grey. HEX triplet: 66, 58 and 42. RGB value is (102,88,66). Sum of RGB (Red+Green+Blue) = 102+88+66=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #665842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665842 is #99A7BD. Grayscale: #595959. Windows color (decimal): -10069950 or 4348006. OLE color: 4348006.

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

Color convert

RGB1028866-
CMYK00.140.350.6
HSL36.67º21.43%32.94%-
HSV(B)36.67º35.29%40%-
XYZ9.9510.26.6-
YUV89.68114.64136.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 66 (26.17% from 255) = 25.78%
R=39.84%
G=34.38%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102886600.140.350.636.6721.4332.94
Hex6658420E233C251521
Octal1461301020164374452541
Binary1100110101100010000100111010001111110010010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665842; }

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

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

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

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

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

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

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

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