#695B41

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

Shades of Yellow Metal #695B41

Tints of Yellow Metal #695B41

Color information

#695B41 (or 0x695B41) is unknown color: approx Yellow Metal. HEX triplet: 69, 5B and 41. RGB value is (105,91,65). Sum of RGB (Red+Green+Blue) = 105+91+65=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #695B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695B41 is #96A4BE. Grayscale: #5C5C5C. Windows color (decimal): -9872575 or 4283241. OLE color: 4283241.

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

Color convert

RGB1059165-
CMYK00.130.380.59
HSL39º23.53%33.33%-
HSV(B)39º38.1%41.18%-
XYZ10.5210.876.54-
YUV92.22112.64137.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 65 (25.78% from 255) = 24.90%
R=40.23%
G=34.87%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105916500.130.380.593923.5333.33
Hex695B410D263B271821
Octal1511331010154673473041
Binary1101001101101110000010110110011011101110011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,65); }

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

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

 a { background-color: rgb(105,91,65); }

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

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

 span { border-color: rgb(105,91,65); }

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