#6A603A

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

Shades of Yellow Metal #6A603A

Tints of Yellow Metal #6A603A

Color information

#6A603A (or 0x6A603A) is unknown color: approx Yellow Metal. HEX triplet: 6A, 60 and 3A. RGB value is (106,96,58). Sum of RGB (Red+Green+Blue) = 106+96+58=260 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.77% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 106 - color contains mainly: red. Hex color #6A603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A603A is #959FC5. Grayscale: #5E5E5E. Windows color (decimal): -9805766 or 3825770. OLE color: 3825770.

HSL color Cylindrical-coordinate representation of color #6A603A: hue angle of 47.5º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A603A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB1069658-
CMYK00.090.450.58
HSL47.5º29.27%32.16%-
HSV(B)47.5º45.28%41.57%-
XYZ10.8911.745.69-
YUV94.66107.31136.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.77%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=40.77%
G=36.92%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106965800.090.450.5847.529.2732.16
Hex6A603A092D3A301d20
Octal152140720115572603540
Binary110101011000001110100100110110111101011000011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A603A; }

 p { color: rgb(106,96,58); }

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

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

 a { background-color: rgb(106,96,58); }

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

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

 span { border-color: rgb(106,96,58); }

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