#6B6042

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

Shades of Yellow Metal #6B6042

Tints of Yellow Metal #6B6042

Color information

#6B6042 (or 0x6B6042) is unknown color: approx Yellow Metal. HEX triplet: 6B, 60 and 42. RGB value is (107,96,66). Sum of RGB (Red+Green+Blue) = 107+96+66=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6042 is #949FBD. Grayscale: #606060. Windows color (decimal): -9740222 or 4350059. OLE color: 4350059.

HSL color Cylindrical-coordinate representation of color #6B6042: hue angle of 43.9º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B6042 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB1079666-
CMYK00.100.380.58
HSL43.9º23.7%33.92%-
HSV(B)43.9º38.32%41.96%-
XYZ11.2311.886.86-
YUV95.87111.14135.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.78%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=39.78%
G=35.69%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107966600.100.380.5843.923.733.92
Hex6B60420A263A2c1822
Octal1531401020124672543042
Binary1101011110000010000100101010011011101010110011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,96,66); }

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

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

 a { background-color: rgb(107,96,66); }

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

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

 span { border-color: rgb(107,96,66); }

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