#695A3B

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

Shades of Yellow Metal #695A3B

Tints of Yellow Metal #695A3B

Color information

#695A3B (or 0x695A3B) is unknown color: approx Yellow Metal. HEX triplet: 69, 5A and 3B. RGB value is (105,90,59). Sum of RGB (Red+Green+Blue) = 105+90+59=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #695A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A3B is #96A5C4. Grayscale: #5B5B5B. Windows color (decimal): -9872837 or 3889769. OLE color: 3889769.

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

Color convert

RGB1059059-
CMYK00.140.440.59
HSL40.43º28.05%32.16%-
HSV(B)40.43º43.81%41.18%-
XYZ10.2710.635.65-
YUV90.95109.97138.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.34%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=41.34%
G=35.43%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105905900.140.440.5940.4328.0532.16
Hex695A3B0E2C3B281c20
Octal151132730165473503440
Binary110100110110101110110111010110011101110100011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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