#6F6344

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

Shades of Yellow Metal #6F6344

Tints of Yellow Metal #6F6344

Color information

#6F6344 (or 0x6F6344) is unknown color: approx Yellow Metal. HEX triplet: 6F, 63 and 44. RGB value is (111,99,68). Sum of RGB (Red+Green+Blue) = 111+99+68=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6344 is #909CBB. Grayscale: #636363. Windows color (decimal): -9477308 or 4481903. OLE color: 4481903.

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

Color convert

RGB1119968-
CMYK00.110.390.56
HSL43.26º24.02%35.1%-
HSV(B)43.26º38.74%43.53%-
XYZ12.0612.727.29-
YUV99.05110.48136.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=39.93%
G=35.61%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111996800.110.390.5643.2624.0235.1
Hex6F63440B27382b1823
Octal1571431040134770533043
Binary1101111110001110001000101110011111100010101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,99,68); }

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

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

 a { background-color: rgb(111,99,68); }

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

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

 span { border-color: rgb(111,99,68); }

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