#695F40

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

Shades of Yellow Metal #695F40

Tints of Yellow Metal #695F40

Color information

#695F40 (or 0x695F40) is unknown color: approx Yellow Metal. HEX triplet: 69, 5F and 40. RGB value is (105,95,64). Sum of RGB (Red+Green+Blue) = 105+95+64=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #695F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695F40 is #96A0BF. Grayscale: #5E5E5E. Windows color (decimal): -9871552 or 4218729. OLE color: 4218729.

HSL color Cylindrical-coordinate representation of color #695F40: hue angle of 45.37º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #695F40 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1059564-
CMYK00.100.390.59
HSL45.37º24.26%33.14%-
HSV(B)45.37º39.05%41.18%-
XYZ10.8411.566.51-
YUV94.46110.81135.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=39.77%
G=35.98%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105956400.100.390.5945.3724.2633.14
Hex695F400A273B2d1821
Octal1511371000124773553041
Binary1101001101111110000000101010011111101110110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695F40; }

 p { color: rgb(105,95,64); }

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

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

 a { background-color: rgb(105,95,64); }

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

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

 span { border-color: rgb(105,95,64); }

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