#695F3D

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

Shades of Yellow Metal #695F3D

Tints of Yellow Metal #695F3D

Color information

#695F3D (or 0x695F3D) is unknown color: approx Yellow Metal. HEX triplet: 69, 5F and 3D. RGB value is (105,95,61). Sum of RGB (Red+Green+Blue) = 105+95+61=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #695F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695F3D is #96A0C2. Grayscale: #5E5E5E. Windows color (decimal): -9871555 or 4022121. OLE color: 4022121.

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

Color convert

RGB1059561-
CMYK00.100.420.59
HSL46.36º26.51%32.55%-
HSV(B)46.36º41.9%41.18%-
XYZ10.7611.526.07-
YUV94.11109.31135.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 61 (24.22% from 255) = 23.37%
R=40.23%
G=36.40%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105956100.100.420.5946.3626.5132.55
Hex695F3D0A2A3B2e1b21
Octal151137750125273563341
Binary110100110111111111010101010101011101110111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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