#695F3B

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

Shades of Yellow Metal #695F3B

Tints of Yellow Metal #695F3B

Color information

#695F3B (or 0x695F3B) is unknown color: approx Yellow Metal. HEX triplet: 69, 5F and 3B. RGB value is (105,95,59). Sum of RGB (Red+Green+Blue) = 105+95+59=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #695F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695F3B is #96A0C4. Grayscale: #5E5E5E. Windows color (decimal): -9871557 or 3891049. OLE color: 3891049.

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

Color convert

RGB1059559-
CMYK00.100.440.59
HSL46.96º28.05%32.16%-
HSV(B)46.96º43.81%41.18%-
XYZ10.7111.55.79-
YUV93.89108.31135.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=40.54%
G=36.68%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105955900.100.440.5946.9628.0532.16
Hex695F3B0A2C3B2f1c20
Octal151137730125473573440
Binary110100110111111110110101010110011101110111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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