#64593D

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

Shades of Yellow Metal #64593D

Tints of Yellow Metal #64593D

Color information

#64593D (or 0x64593D) is unknown color: approx Yellow Metal. HEX triplet: 64, 59 and 3D. RGB value is (100,89,61). Sum of RGB (Red+Green+Blue) = 100+89+61=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #64593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64593D is #9BA6C2. Grayscale: #595959. Windows color (decimal): -10200771 or 4020580. OLE color: 4020580.

HSL color Cylindrical-coordinate representation of color #64593D: hue angle of 43.08º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64593D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB1008961-
CMYK00.110.390.61
HSL43.08º24.22%31.57%-
HSV(B)43.08º39%39.22%-
XYZ9.6710.195.87-
YUV89.1112.14135.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 61 (24.22% from 255) = 24.4%
R=40%
G=35.6%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100896100.110.390.6143.0824.2231.57
Hex64593D0B273D2b1820
Octal144131750134775533040
Binary110010010110011111010101110011111110110101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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