#695F41

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

Shades of Yellow Metal #695F41

Tints of Yellow Metal #695F41

Color information

#695F41 (or 0x695F41) is unknown color: approx Yellow Metal. HEX triplet: 69, 5F and 41. RGB value is (105,95,65). Sum of RGB (Red+Green+Blue) = 105+95+65=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #695F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695F41 is #96A0BE. Grayscale: #5E5E5E. Windows color (decimal): -9871551 or 4284265. OLE color: 4284265.

HSL color Cylindrical-coordinate representation of color #695F41: hue angle of 45º 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 #695F41 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1059565-
CMYK00.100.380.59
HSL45º23.53%33.33%-
HSV(B)45º38.1%41.18%-
XYZ10.8711.576.66-
YUV94.57111.31135.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 65 (25.78% from 255) = 24.53%
R=39.62%
G=35.85%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105956500.100.380.594523.5333.33
Hex695F410A263B2d1821
Octal1511371010124673553041
Binary1101001101111110000010101010011011101110110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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