#706643

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

Shades of Yellow Metal #706643

Tints of Yellow Metal #706643

Color information

#706643 (or 0x706643) is unknown color: approx Yellow Metal. HEX triplet: 70, 66 and 43. RGB value is (112,102,67). Sum of RGB (Red+Green+Blue) = 112+102+67=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706643 is #8F99BC. Grayscale: #656565. Windows color (decimal): -9411005 or 4417136. OLE color: 4417136.

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

Color convert

RGB11210267-
CMYK00.090.400.56
HSL46.67º25.14%35.1%-
HSV(B)46.67º40.18%43.92%-
XYZ12.4513.357.23-
YUV101108.81135.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 67 (26.56% from 255) = 23.84%
R=39.86%
G=36.30%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121026700.090.400.5646.6725.1435.1
Hex7066430928382f1923
Octal1601461030115070573143
Binary1110000110011010000110100110100011100010111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706643; }

 p { color: rgb(112,102,67); }

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

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

 a { background-color: rgb(112,102,67); }

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

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

 span { border-color: rgb(112,102,67); }

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