#695A3D

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

Shades of Yellow Metal #695A3D

Tints of Yellow Metal #695A3D

Color information

#695A3D (or 0x695A3D) is unknown color: approx Yellow Metal. HEX triplet: 69, 5A and 3D. RGB value is (105,90,61). Sum of RGB (Red+Green+Blue) = 105+90+61=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #695A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A3D is #96A5C2. Grayscale: #5B5B5B. Windows color (decimal): -9872835 or 4020841. OLE color: 4020841.

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

Color convert

RGB1059061-
CMYK00.140.420.59
HSL39.55º26.51%32.55%-
HSV(B)39.55º41.9%41.18%-
XYZ10.3210.655.93-
YUV91.18110.97137.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=41.02%
G=35.16%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105906100.140.420.5939.5526.5132.55
Hex695A3D0E2A3B281b21
Octal151132750165273503341
Binary110100110110101111010111010101011101110100011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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