#6B613C

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

Shades of Yellow Metal #6B613C

Tints of Yellow Metal #6B613C

Color information

#6B613C (or 0x6B613C) is unknown color: approx Yellow Metal. HEX triplet: 6B, 61 and 3C. RGB value is (107,97,60). Sum of RGB (Red+Green+Blue) = 107+97+60=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B613C is #949EC3. Grayscale: #5F5F5F. Windows color (decimal): -9739972 or 3957099. OLE color: 3957099.

HSL color Cylindrical-coordinate representation of color #6B613C: hue angle of 47.23º 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 #6B613C is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1079760-
CMYK00.090.440.58
HSL47.23º28.14%32.75%-
HSV(B)47.23º43.93%41.96%-
XYZ11.15126-
YUV95.77107.81136.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.53%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=40.53%
G=36.74%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107976000.090.440.5847.2328.1432.75
Hex6B613C092C3A2f1c21
Octal153141740115472573441
Binary110101111000011111000100110110011101010111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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