#6F6642

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

Shades of Yellow Metal #6F6642

Tints of Yellow Metal #6F6642

Color information

#6F6642 (or 0x6F6642) is unknown color: approx Yellow Metal. HEX triplet: 6F, 66 and 42. RGB value is (111,102,66). Sum of RGB (Red+Green+Blue) = 111+102+66=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6642 is #9099BD. Grayscale: #646464. Windows color (decimal): -9476542 or 4351599. OLE color: 4351599.

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

Color convert

RGB11110266-
CMYK00.080.410.56
HSL48º25.42%34.71%-
HSV(B)48º40.54%43.53%-
XYZ12.2913.287.07-
YUV100.59108.48135.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.78%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=39.78%
G=36.56%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111026600.080.410.564825.4234.71
Hex6F6642082938301923
Octal1571461020105170603143
Binary1101111110011010000100100010100111100011000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,66); }

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

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

 a { background-color: rgb(111,102,66); }

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

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

 span { border-color: rgb(111,102,66); }

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