#696043

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

Shades of Yellow Metal #696043

Tints of Yellow Metal #696043

Color information

#696043 (or 0x696043) is unknown color: approx Yellow Metal. HEX triplet: 69, 60 and 43. RGB value is (105,96,67). Sum of RGB (Red+Green+Blue) = 105+96+67=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #696043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696043 is #969FBC. Grayscale: #5F5F5F. Windows color (decimal): -9871293 or 4415593. OLE color: 4415593.

HSL color Cylindrical-coordinate representation of color #696043: hue angle of 45.79º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696043 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB1059667-
CMYK00.090.360.59
HSL45.79º22.09%33.73%-
HSV(B)45.79º36.19%41.18%-
XYZ11.0211.777-
YUV95.38111.98134.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 67 (26.56% from 255) = 25%
R=39.18%
G=35.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105966700.090.360.5945.7922.0933.73
Hex69604309243B2e1622
Octal1511401030114473562642
Binary1101001110000010000110100110010011101110111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696043; }

 p { color: rgb(105,96,67); }

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

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

 a { background-color: rgb(105,96,67); }

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

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

 span { border-color: rgb(105,96,67); }

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