#66593D

Color #66593D Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #66593D

Tints of Yellow Metal #66593D

Color information

#66593D (or 0x66593D) is unknown color: approx Yellow Metal. HEX triplet: 66, 59 and 3D. RGB value is (102,89,61). Sum of RGB (Red+Green+Blue) = 102+89+61=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #66593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66593D is #99A6C2. Grayscale: #595959. Windows color (decimal): -10069699 or 4020582. OLE color: 4020582.

HSL color Cylindrical-coordinate representation of color #66593D: hue angle of 40.98º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66593D is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1028961-
CMYK00.130.400.6
HSL40.98º25.15%31.96%-
HSV(B)40.98º40.2%40%-
XYZ9.8910.315.88-
YUV89.7111.81136.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=40.48%
G=35.32%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102896100.130.400.640.9825.1531.96
Hex66593D0D283C291920
Octal146131750155074513140
Binary110011010110011111010110110100011110010100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66593D; }

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

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

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

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

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

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

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

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