#695F3F

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

Shades of Yellow Metal #695F3F

Tints of Yellow Metal #695F3F

Color information

#695F3F (or 0x695F3F) is unknown color: approx Yellow Metal. HEX triplet: 69, 5F and 3F. RGB value is (105,95,63). Sum of RGB (Red+Green+Blue) = 105+95+63=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #695F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695F3F is #96A0C0. Grayscale: #5E5E5E. Windows color (decimal): -9871553 or 4153193. OLE color: 4153193.

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

Color convert

RGB1059563-
CMYK00.100.40.59
HSL45.71º25%32.94%-
HSV(B)45.71º40%41.18%-
XYZ10.8211.556.36-
YUV94.34110.31135.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 63 (25% from 255) = 23.95%
R=39.92%
G=36.12%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105956300.100.40.5945.712532.94
Hex695F3F0A283B2e1921
Octal151137770125073563141
Binary110100110111111111110101010100011101110111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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