#695E3A

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

Shades of Yellow Metal #695E3A

Tints of Yellow Metal #695E3A

Color information

#695E3A (or 0x695E3A) is unknown color: approx Yellow Metal. HEX triplet: 69, 5E and 3A. RGB value is (105,94,58). Sum of RGB (Red+Green+Blue) = 105+94+58=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #695E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E3A is #96A1C5. Grayscale: #5D5D5D. Windows color (decimal): -9871814 or 3825257. OLE color: 3825257.

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

Color convert

RGB1059458-
CMYK00.100.450.59
HSL45.96º28.83%31.96%-
HSV(B)45.96º44.76%41.18%-
XYZ10.5911.315.63-
YUV93.18108.14136.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 58 (23.05% from 255) = 22.57%
R=40.86%
G=36.58%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105945800.100.450.5945.9628.8331.96
Hex695E3A0A2D3B2e1d20
Octal151136720125573563540
Binary110100110111101110100101010110111101110111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,94,58); }

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

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

 a { background-color: rgb(105,94,58); }

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

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

 span { border-color: rgb(105,94,58); }

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