#6A613B

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

Shades of Yellow Metal #6A613B

Tints of Yellow Metal #6A613B

Color information

#6A613B (or 0x6A613B) is unknown color: approx Yellow Metal. HEX triplet: 6A, 61 and 3B. RGB value is (106,97,59). Sum of RGB (Red+Green+Blue) = 106+97+59=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 106 - color contains mainly: red. Hex color #6A613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A613B is #959EC4. Grayscale: #5F5F5F. Windows color (decimal): -9805509 or 3891562. OLE color: 3891562.

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

Color convert

RGB1069759-
CMYK00.080.440.58
HSL48.51º28.48%32.35%-
HSV(B)48.51º44.34%41.57%-
XYZ11.0111.935.86-
YUV95.36107.48135.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.46%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 59 (23.44% from 255) = 22.52%
R=40.46%
G=37.02%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106975900.080.440.5848.5128.4832.35
Hex6A613B082C3A311c20
Octal152141730105472613440
Binary110101011000011110110100010110011101011000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,97,59); }

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

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

 a { background-color: rgb(106,97,59); }

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

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

 span { border-color: rgb(106,97,59); }

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