#6B5B3B

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

Shades of Yellow Metal #6B5B3B

Tints of Yellow Metal #6B5B3B

Color information

#6B5B3B (or 0x6B5B3B) is unknown color: approx Yellow Metal. HEX triplet: 6B, 5B and 3B. RGB value is (107,91,59). Sum of RGB (Red+Green+Blue) = 107+91+59=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5B3B is #94A4C4. Grayscale: #5C5C5C. Windows color (decimal): -9741509 or 3890027. OLE color: 3890027.

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

Color convert

RGB1079159-
CMYK00.150.450.58
HSL40º28.92%32.55%-
HSV(B)40º44.86%41.96%-
XYZ10.5910.925.69-
YUV92.14109.3138.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.63%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=41.63%
G=35.41%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107915900.150.450.584028.9232.55
Hex6B5B3B0F2D3A281d21
Octal153133730175572503541
Binary110101110110111110110111110110111101010100011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,91,59); }

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

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

 a { background-color: rgb(107,91,59); }

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

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

 span { border-color: rgb(107,91,59); }

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