#6B603C

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

Shades of Yellow Metal #6B603C

Tints of Yellow Metal #6B603C

Color information

#6B603C (or 0x6B603C) is unknown color: approx Yellow Metal. HEX triplet: 6B, 60 and 3C. RGB value is (107,96,60). Sum of RGB (Red+Green+Blue) = 107+96+60=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B603C is #949FC3. Grayscale: #5F5F5F. Windows color (decimal): -9740228 or 3956843. OLE color: 3956843.

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

Color convert

RGB1079660-
CMYK00.100.440.58
HSL45.96º28.14%32.75%-
HSV(B)45.96º43.93%41.96%-
XYZ11.0611.825.97-
YUV95.18108.14136.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.68%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=40.68%
G=36.50%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107966000.100.440.5845.9628.1432.75
Hex6B603C0A2C3A2e1c21
Octal153140740125472563441
Binary110101111000001111000101010110011101010111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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