#695C3B

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

Shades of Yellow Metal #695C3B

Tints of Yellow Metal #695C3B

Color information

#695C3B (or 0x695C3B) is unknown color: approx Yellow Metal. HEX triplet: 69, 5C and 3B. RGB value is (105,92,59). Sum of RGB (Red+Green+Blue) = 105+92+59=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #695C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695C3B is #96A3C4. Grayscale: #5C5C5C. Windows color (decimal): -9872325 or 3890281. OLE color: 3890281.

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

Color convert

RGB1059259-
CMYK00.120.440.59
HSL43.04º28.05%32.16%-
HSV(B)43.04º43.81%41.18%-
XYZ10.4410.975.71-
YUV92.12109.31137.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=41.02%
G=35.94%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105925900.120.440.5943.0428.0532.16
Hex695C3B0C2C3B2b1c20
Octal151134730145473533440
Binary110100110111001110110110010110011101110101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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