#695C3A

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

Shades of Yellow Metal #695C3A

Tints of Yellow Metal #695C3A

Color information

#695C3A (or 0x695C3A) is unknown color: approx Yellow Metal. HEX triplet: 69, 5C and 3A. RGB value is (105,92,58). Sum of RGB (Red+Green+Blue) = 105+92+58=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #695C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695C3A is #96A3C5. Grayscale: #5C5C5C. Windows color (decimal): -9872326 or 3824745. OLE color: 3824745.

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

Color convert

RGB1059258-
CMYK00.120.450.59
HSL43.4º28.83%31.96%-
HSV(B)43.4º44.76%41.18%-
XYZ10.4210.965.57-
YUV92.01108.81137.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=41.18%
G=36.08%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105925800.120.450.5943.428.8331.96
Hex695C3A0C2D3B2b1d20
Octal151134720145573533540
Binary110100110111001110100110010110111101110101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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