#6B603E

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

Shades of Yellow Metal #6B603E

Tints of Yellow Metal #6B603E

Color information

#6B603E (or 0x6B603E) is unknown color: approx Yellow Metal. HEX triplet: 6B, 60 and 3E. RGB value is (107,96,62). Sum of RGB (Red+Green+Blue) = 107+96+62=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B603E is #949FC1. Grayscale: #5F5F5F. Windows color (decimal): -9740226 or 4087915. OLE color: 4087915.

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

Color convert

RGB1079662-
CMYK00.100.420.58
HSL45.33º26.63%33.14%-
HSV(B)45.33º42.06%41.96%-
XYZ11.1211.846.26-
YUV95.41109.14136.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.38%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=40.38%
G=36.23%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107966200.100.420.5845.3326.6333.14
Hex6B603E0A2A3A2d1b21
Octal153140760125272553341
Binary110101111000001111100101010101011101010110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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