#6F6545

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

Shades of Yellow Metal #6F6545

Tints of Yellow Metal #6F6545

Color information

#6F6545 (or 0x6F6545) is unknown color: approx Yellow Metal. HEX triplet: 6F, 65 and 45. RGB value is (111,101,69). Sum of RGB (Red+Green+Blue) = 111+101+69=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6545 is #909ABA. Grayscale: #646464. Windows color (decimal): -9476795 or 4547951. OLE color: 4547951.

HSL color Cylindrical-coordinate representation of color #6F6545: hue angle of 45.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F6545 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB11110169-
CMYK00.090.380.56
HSL45.71º23.33%35.29%-
HSV(B)45.71º37.84%43.53%-
XYZ12.2813.127.51-
YUV100.34110.31135.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=39.50%
G=35.94%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111016900.090.380.5645.7123.3335.29
Hex6F65450926382e1723
Octal1571451050114670562743
Binary1101111110010110001010100110011011100010111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,101,69); }

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

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

 a { background-color: rgb(111,101,69); }

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

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

 span { border-color: rgb(111,101,69); }

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