#66583F

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

Shades of Judge Grey #66583F

Tints of Judge Grey #66583F

Color information

#66583F (or 0x66583F) is unknown color: approx Judge Grey. HEX triplet: 66, 58 and 3F. RGB value is (102,88,63). Sum of RGB (Red+Green+Blue) = 102+88+63=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #66583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66583F is #99A7C0. Grayscale: #595959. Windows color (decimal): -10069953 or 4151398. OLE color: 4151398.

HSL color Cylindrical-coordinate representation of color #66583F: hue angle of 38.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66583F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1028863-
CMYK00.140.380.6
HSL38.46º23.64%32.35%-
HSV(B)38.46º38.24%40%-
XYZ9.8710.166.14-
YUV89.34113.14137.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 63 (25% from 255) = 24.90%
R=40.32%
G=34.78%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102886300.140.380.638.4623.6432.35
Hex66583F0E263C261820
Octal146130770164674463040
Binary110011010110001111110111010011011110010011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66583F; }

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

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

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

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

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

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

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

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