#6F6641

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

Shades of Yellow Metal #6F6641

Tints of Yellow Metal #6F6641

Color information

#6F6641 (or 0x6F6641) is unknown color: approx Yellow Metal. HEX triplet: 6F, 66 and 41. RGB value is (111,102,65). Sum of RGB (Red+Green+Blue) = 111+102+65=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6641 is #9099BE. Grayscale: #646464. Windows color (decimal): -9476543 or 4286063. OLE color: 4286063.

HSL color Cylindrical-coordinate representation of color #6F6641: hue angle of 48.26º degrees, saturation: 0.26, 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 #6F6641 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB11110265-
CMYK00.080.410.56
HSL48.26º26.14%34.51%-
HSV(B)48.26º41.44%43.53%-
XYZ12.2613.266.91-
YUV100.47107.98135.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=39.93%
G=36.69%
B=23.38%

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
Decimal1111026500.080.410.5648.2626.1434.51
Hex6F6641082938301a23
Octal1571461010105170603243
Binary1101111110011010000010100010100111100011000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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