#6A5C38

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

Shades of Yellow Metal #6A5C38

Tints of Yellow Metal #6A5C38

Color information

#6A5C38 (or 0x6A5C38) is unknown color: approx Yellow Metal. HEX triplet: 6A, 5C and 38. RGB value is (106,92,56). Sum of RGB (Red+Green+Blue) = 106+92+56=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5C38 is #95A3C7. Grayscale: #5C5C5C. Windows color (decimal): -9806792 or 3693674. OLE color: 3693674.

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

Color convert

RGB1069256-
CMYK00.130.470.58
HSL43.2º30.86%31.76%-
HSV(B)43.2º47.17%41.57%-
XYZ10.48115.31-
YUV92.08107.64137.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.73%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=41.73%
G=36.22%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106925600.130.470.5843.230.8631.76
Hex6A5C380D2F3A2b1f20
Octal152134700155772533740
Binary110101010111001110000110110111111101010101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,92,56); }

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

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

 a { background-color: rgb(106,92,56); }

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

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

 span { border-color: rgb(106,92,56); }

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